Enforce checkstyle in bgp-linkstate
[bgpcep.git] / bgp / extensions / linkstate / src / main / java / org / opendaylight / protocol / bgp / linkstate / spi / LinkstateTlvParser.java
index 029cf02bc2331888550d95b9137f6d45b5ee2c65..c0dc1c3bf8e061674d7cacafcf40e114361f687f 100644 (file)
@@ -18,7 +18,7 @@ public interface LinkstateTlvParser<T> {
 
     interface LinkstateTlvSerializer<T> {
 
-        void serializeTlvBody(final T tlv, final ByteBuf body);
+        void serializeTlvBody(T tlv, ByteBuf body);
 
         int getType();