Added option to initiate connection to device
[openflowjava.git] / openflow-protocol-spi / src / main / java / org / opendaylight / openflowjava / protocol / spi / connection / SwitchConnectionProvider.java
index b57500b478f34de3bc58b401b86b300b540f5294..c6910b145efc1f5d9f82ffa48f984bd92ea843fa 100644 (file)
@@ -46,5 +46,4 @@ public interface SwitchConnectionProvider extends AutoCloseable,
      * @param switchConHandler instance being informed when new switch connects
      */
     void setSwitchConnectionHandler(SwitchConnectionHandler switchConHandler);
-
 }
\ No newline at end of file