Enforce pcep-spi checkstyle
[bgpcep.git] / pcep / spi / src / main / java / org / opendaylight / protocol / pcep / spi / RROSubobjectSerializer.java
index e9d864e44ac1edb34d8edbbba79f28f8eb2fcefa..9e3521e3cbf5f001c81951c5557a737f57b15e3e 100644 (file)
@@ -8,12 +8,11 @@
 package org.opendaylight.protocol.pcep.spi;
 
 import io.netty.buffer.ByteBuf;
-
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.reported.route.object.rro.Subobject;
 
 /**
  * Reported Route Object Serializer.
  */
 public interface RROSubobjectSerializer {
-    void serializeSubobject(final Subobject subobject, final ByteBuf buffer);
+    void serializeSubobject(Subobject subobject, ByteBuf buffer);
 }