Remove modifiers to keep sonar happy
[bgpcep.git] / bgp / parser-spi / src / main / java / org / opendaylight / protocol / bgp / parser / spi / ParameterParser.java
index c9a0f00d216a018848e14158c1baad005024ff24..32f4c22da8011434818e50242b5cf1f39dcc8f7e 100644 (file)
@@ -12,5 +12,5 @@ import org.opendaylight.protocol.bgp.parser.BGPParsingException;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev130919.open.BgpParameters;
 
 public interface ParameterParser {
-       public BgpParameters parseParameter(final byte[] bytes) throws BGPParsingException, BGPDocumentedException;
+       BgpParameters parseParameter(byte[] bytes) throws BGPParsingException, BGPDocumentedException;
 }