Fix most bgp-parser-spi checkstyle violations
[bgpcep.git] / bgp / parser-spi / src / main / java / org / opendaylight / protocol / bgp / parser / spi / extended / community / AbstractTwoOctetAsExtendedCommunity.java
index a7757b736f7977b4af44db996d654ab403f7513f..0405cd153533515bc38f1897074569f9462db874 100644 (file)
@@ -5,11 +5,10 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
 package org.opendaylight.protocol.bgp.parser.spi.extended.community;
 
-
-public abstract class AbstractTwoOctetAsExtendedCommunity implements ExtendedCommunityParser, ExtendedCommunitySerializer {
+public abstract class AbstractTwoOctetAsExtendedCommunity implements ExtendedCommunityParser,
+        ExtendedCommunitySerializer {
 
     private static final int TYPE = 0;