BUG 2245 - Fixed Redundant Modifier
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / connection / ThreadConfiguration.java
index 6ce39ee34fc9f53ae950ca719ea88a5984b7426b..89dae4a2ce37d8f1318fc354e22f01db0f8f9782 100644 (file)
@@ -17,10 +17,10 @@ public interface ThreadConfiguration {
     /**\r
      * @return desired number of workerThreads processing the Openflow I/O\r
      */\r
-    public int getWorkerThreadCount();\r
+    int getWorkerThreadCount();\r
 \r
     /**\r
      * @return desired number of bossThreads registering incomming Openflow connections\r
      */\r
-    public int getBossThreadCount();\r
+    int getBossThreadCount();\r
 }\r