Remove trailing whitespace
[openflowjava.git] / simple-client / src / main / java / org / opendaylight / openflowjava / protocol / impl / clients / UdpSimpleClient.java
index 92e88672614c701b74c979fdb52e5b0ef1b24ae1..e9d69da1224d056312f442eeb9e5ae46dadf34bb 100644 (file)
@@ -37,7 +37,7 @@ public class UdpSimpleClient implements OFClient {
     private SettableFuture<Boolean> isOnlineFuture;
     private SettableFuture<Boolean> scenarioDone;
     private ScenarioHandler scenarioHandler;
-    
+
     /**
      * Constructor of class
      *
@@ -54,7 +54,7 @@ public class UdpSimpleClient implements OFClient {
         isOnlineFuture = SettableFuture.create();
         scenarioDone = SettableFuture.create();
     }
-    
+
     /**
      * Starting class of {@link UdpSimpleClient}
      */
@@ -125,7 +125,7 @@ public class UdpSimpleClient implements OFClient {
             sc = new UdpSimpleClient(host, port);
         }
         sc.run();
-        
+
     }
 
     @Override