Refactor TcpConnectionInitializer
[openflowplugin.git] / openflowjava / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / core / ServerFacade.java
index 6a0fa1ab6c35a23e25ce9e416b1e454c4f7db179..57333a375e25cc26e418464642b4c24719d6850c 100644 (file)
@@ -13,5 +13,6 @@ package org.opendaylight.openflowjava.protocol.impl.core;
  * @author mirehak
  */
 public interface ServerFacade extends ShutdownProvider, OnlineProvider, Runnable {
-
+    @Override
+    void run();
 }