Removed checkstyle warnings.
[bgpcep.git] / bgp / parser-spi / src / main / java / org / opendaylight / protocol / bgp / parser / spi / ParameterParser.java
index a07513889f8afaa136f16d7416b7ad08fcd5a870..8398a07249cc567ad2184970e7449a40295aca34 100644 (file)
@@ -14,5 +14,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 {
-       BgpParameters parseParameter(ByteBuf buffer) throws BGPParsingException, BGPDocumentedException;
+    BgpParameters parseParameter(ByteBuf buffer) throws BGPParsingException, BGPDocumentedException;
 }