BUG 2245 - Fixed Redundant Modifier
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / connection / ServerFacade.java
index 39a6eb7ef3654bf02fdd2a6fed5d10c3d213312b..4759b657aabc1e90eba4967e9aa2f589143ff416 100644 (file)
@@ -20,5 +20,5 @@ public interface ServerFacade extends ShutdownProvider, OnlineProvider, Runnable
      * Sets thread configuration
      * @param threadConfig desired thread configuration
      */
-    public void setThreadConfig(ThreadConfiguration threadConfig);
+    void setThreadConfig(ThreadConfiguration threadConfig);
 }