BUG 2245 - Fixed Redundant Modifier
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / util / TypeKeyMaker.java
index 4e17dfcd96111bc90c7f34612fc6d39f06fb32e5..a9dab19e0e028b2963c157689d7f9640304b09ae 100644 (file)
@@ -21,6 +21,6 @@ public interface TypeKeyMaker<T> {
      * @return key that will be used for serializer lookup in \r
      * the serializer registry\r
      */\r
-    public abstract MessageTypeKey<?> make(T entry);\r
+    abstract MessageTypeKey<?> make(T entry);\r
 \r
 }\r