Merge "BUG-632: add missing module"
[bgpcep.git] / pcep / spi / src / main / java / org / opendaylight / protocol / pcep / spi / TlvSerializer.java
index cfe9c94c5dca179a2e5816481ab4f15bd2de1f9d..5cfce942b87f49ba0fb0fb43695d005f12e070d4 100644 (file)
@@ -12,7 +12,7 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.typ
 public interface TlvSerializer {
 
        @Deprecated
-       public int getType();
+       int getType();
 
-       public byte[] serializeTlv(Tlv tlv);
+       byte[] serializeTlv(Tlv tlv);
 }