Fix multiple checkstyle complains
[bgpcep.git] / bgp / parser-impl / src / main / java / org / opendaylight / protocol / bgp / parser / impl / message / update / extended / communities / RouteOriginIpv4EcHandler.java
index 0140c21c219add0f6ee120ac543f96529264dbae..a6cda3af3a2aafec350423a514963d4ddc34f960 100644 (file)
@@ -35,7 +35,8 @@ public final class RouteOriginIpv4EcHandler extends AbstractIpv4ExtendedCommunit
     }
 
     @Override
-    public ExtendedCommunity parseExtendedCommunity(final ByteBuf buffer) throws BGPDocumentedException, BGPParsingException {
+    public ExtendedCommunity parseExtendedCommunity(final ByteBuf buffer)
+            throws BGPDocumentedException, BGPParsingException {
         final RouteOriginIpv4 routeTarget = new RouteOriginIpv4Builder()
             .setGlobalAdministrator(Ipv4Util.addressForByteBuf(buffer))
             .setLocalAdministrator(buffer.readUnsignedShort())