Remove trailing whitespace
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / connection / ConnectionConfiguration.java
index 243f2d93c1d847c84887a0f3b9621236f71163cd..cfb042938e78823f5d80d44b6dd7ff909734b007 100644 (file)
@@ -23,32 +23,32 @@ public interface ConnectionConfiguration {
      * @return address to bind, if null, all available interfaces will be used
      */
     InetAddress getAddress();
-    
+
     /**
      * @return port to bind
      */
     int getPort();
-    
+
     /**
      * @return transport protocol to use
      */
     Object getTransferProtocol();
-    
+
     /**
      * @return TLS configuration object
      */
     TlsConfiguration getTlsConfiguration();
-    
+
     /**
-     * @return silence time (in milliseconds) - after this time {@link SwitchIdleEvent} message is sent upstream 
+     * @return silence time (in milliseconds) - after this time {@link SwitchIdleEvent} message is sent upstream
      */
     long getSwitchIdleTimeout();
-    
+
     /**
      * @return seed for {@link SSLEngine}
      */
     Object getSslContext();
-    
+
     /**
      * @return thread numbers for TcpHandler's eventloopGroups
      */