fix
This commit is contained in:
parent
9357384b65
commit
849f517a70
@ -83,13 +83,4 @@ public class MailboxDAO {
|
|||||||
return buffer.toString();
|
return buffer.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void main(String[] args) throws XmlRpcException {
|
|
||||||
try {
|
|
||||||
MailboxDAO mailboxDAO = new MailboxDAO(new TicketProvider("peh00", "SMid13A+liT"));
|
|
||||||
mailboxDAO.assertMailboxExists("peter.hormanns@ostwall195.de", "Peter Hormanns");
|
|
||||||
} catch (IOException e) {
|
|
||||||
// TODO Auto-generated catch block
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -80,14 +80,4 @@ public class TicketProvider {
|
|||||||
return connection.getHeaderField("Location");
|
return connection.getHeaderField("Location");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void main(String[] args) {
|
|
||||||
try {
|
|
||||||
final TicketProvider provider = new TicketProvider("peh00", "SMid13A+liT");
|
|
||||||
String ticket = provider.getTicket();
|
|
||||||
System.out.println(ticket);
|
|
||||||
} catch (IOException e) {
|
|
||||||
// TODO Auto-generated catch block
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user