NetConf test tool improved so now it can be
[netconf.git] / netconf / tools / netconf-testtool / src / main / java / org / opendaylight / netconf / test / tool / TesttoolParameters.java
index ecd9c1b5a61b6a78fa0f8b314605ef85f7448c5d..775aa7670b0a55ac6eb222102a346ea79655657f 100644 (file)
@@ -90,10 +90,8 @@ public class TesttoolParameters {
     @Arg(dest = "time-out")
     public long timeOut;
     private InputStream stream;
-
     @Arg(dest = "ip")
     public String ip;
-
     @Arg(dest = "thread-pool-size")
     public int threadPoolSize;
     @Arg(dest = "rpc-config")