eclipse clean up

pull/3/head
Stefan Feuerhahn 8 years ago
parent 6ed7849a1a
commit 6254d9ff36

@ -46,7 +46,8 @@ public class ConsoleClient {
.setMandatory()
.buildStringParameter("host");
private static final IntCliParameter portParam = new CliParameterBuilder("-p")
.setDescription("The port to connect to.").buildIntParameter("port", 102);
.setDescription("The port to connect to.")
.buildIntParameter("port", 102);
private static volatile ClientAssociation association;
private static ServerModel serverModel;

Loading…
Cancel
Save