BUG 2245 - Fixed Redundant Modifier
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / connection / ConnectionReadyListener.java
index 55152fb747f13fe898ddcec38b02ed2c5575fc2e..0c7e026df3582f38cc5703316feec4e80a70d3e0 100644 (file)
@@ -17,5 +17,5 @@ public interface ConnectionReadyListener {
     /**
      * fired when connection becomes ready-to-use
      */
-    public void onConnectionReady();
+    void onConnectionReady();
 }