Remove trailing whitespace
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / connection / ConnectionAdapter.java
index 50a85fbc806d415b8caabd7d2f3fe2170b332509..82b7a89667245fbf996d0de0d0d03cee9fbddbec 100644 (file)
@@ -27,12 +27,12 @@ public interface ConnectionAdapter extends OpenflowProtocolService {
      * @return future set to true, when disconnect completed
      */
     Future<Boolean> disconnect();
-    
+
     /**
      * @return true, if connection to switch is alive
      */
     boolean isAlive();
-    
+
     /**
      * @return address of the remote end - address of a switch if connected
      */
@@ -41,7 +41,7 @@ public interface ConnectionAdapter extends OpenflowProtocolService {
      * @param messageListener here will be pushed all messages from switch
      */
     void setMessageListener(OpenflowProtocolListener messageListener);
-    
+
     /**
      * @param systemListener here will be pushed all system messages from library
      */
@@ -58,7 +58,7 @@ public interface ConnectionAdapter extends OpenflowProtocolService {
     void fireConnectionReadyNotification();
 
     /**
-     * set listener for connection became ready-to-use event  
+     * set listener for connection became ready-to-use event
      * @param connectionReadyListener
      */
     void setConnectionReadyListener(ConnectionReadyListener connectionReadyListener);