BUG-49 : added tests & removed warnings: bgp-parser-spi
[bgpcep.git] / bgp / parser-spi / src / main / java / org / opendaylight / protocol / bgp / parser / spi / NlriRegistry.java
index f8218e4a07751c0f891c14eed368617bac950b6a..651107d9d4cd66910f2864b1d04033814f089841 100644 (file)
@@ -15,6 +15,4 @@ public interface NlriRegistry {
        public MpUnreachNlri parseMpUnreach(final byte[] bytes) throws BGPParsingException;
 
        public MpReachNlri parseMpReach(final byte[] bytes) throws BGPParsingException;
-       // FIXME: PMD remove or put a comment what is this
-       // public byte[] serializeNlri(DataObject attribute);
 }