Remove trailing whitespace
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / connection / SwitchConnectionHandler.java
index c5f26fc1985b2adc2a46dc018a0f3fe89e4f4156..363e324504c7a6e89f9a5e9d4081c0c1c45dbf7b 100644 (file)
@@ -17,12 +17,12 @@ import java.net.InetAddress;
  *
  */
 public interface SwitchConnectionHandler {
-    
+
     /**
      * @param connection to switch proving message sending/receiving, connection management
      */
     void onSwitchConnected(ConnectionAdapter connection);
-    
+
     /**
      * @param switchAddress
      * @return true, if connection from switch having given address shell be accepted; false otherwise