BUG 2245 - Fixed Redundant Modifier
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / util / CodeKeyMaker.java
index bd5fff2a470db9a799780e21c51b4839c1ea44a9..52c2a4de4c1d148fed606fd787b8b765f5c1a172 100644 (file)
@@ -21,6 +21,6 @@ public interface CodeKeyMaker {
      * @param input buffer that will be the needed data gathered from\r
      * @return key for deserializer lookup\r
      */\r
-    public abstract MessageCodeKey make(ByteBuf input);\r
+    abstract MessageCodeKey make(ByteBuf input);\r
 \r
 }\r