BUG 2245 - Fixed Redundant Modifier
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / extensibility / HeaderSerializer.java
index 3392f8175cd4a7964dcc2db9c9c0ce368df0b764..cd8cf0386c8c53a1a9e6cc737da4615244d06764 100644 (file)
@@ -23,5 +23,5 @@ public interface HeaderSerializer<SERIALIZER_TYPE extends DataObject> extends OF
      * @param input object whose headers should be serialized\r
      * @param outBuffer output buffer\r
      */\r
-    public void serializeHeader(SERIALIZER_TYPE input, ByteBuf outBuffer);\r
+    void serializeHeader(SERIALIZER_TYPE input, ByteBuf outBuffer);\r
 }\r