Fix most bgp-parser-spi checkstyle violations
[bgpcep.git] / bgp / parser-spi / src / main / java / org / opendaylight / protocol / bgp / parser / spi / NlriSerializer.java
index 0f4d7e441ccaa0895dfde46406c6d7204e44e603..5b3eaaf9205189fd54373246fa67326a4d7c6991 100644 (file)
@@ -8,11 +8,9 @@
 package org.opendaylight.protocol.bgp.parser.spi;
 
 import io.netty.buffer.ByteBuf;
-
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.path.attributes.Attributes;
 
 public interface NlriSerializer {
 
-    void serializeAttribute(final Attributes attribute, final ByteBuf byteAggregator);
-
+    void serializeAttribute(Attributes attribute, ByteBuf byteAggregator);
 }