Removed checkstyle warnings.
[bgpcep.git] / bgp / parser-spi / src / main / java / org / opendaylight / protocol / bgp / parser / spi / CapabilityParser.java
index 471fe9567a1687ea2a6b4b5955a2fcabbad4a7f4..ba332421fc1dc9d06753b4f0d1e2a6294bf8faa3 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.bgp.parameters.CParameters;
 
 public interface CapabilityParser {
-       CParameters parseCapability(ByteBuf buffer) throws BGPDocumentedException, BGPParsingException;
+    CParameters parseCapability(ByteBuf buffer) throws BGPDocumentedException, BGPParsingException;
 }