Fix most bgp-parser-impl checkstyle
[bgpcep.git] / bgp / parser-impl / src / test / java / org / opendaylight / protocol / bgp / parser / impl / message / update / AggregatorAttributeParserTest.java
index 895f089deab6a5bb630ed68284c9281c624b4858..8d1feb1785ec8026c77b8289cc356e03a2111527 100644 (file)
@@ -24,10 +24,11 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mess
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.path.attributes.attributes.AggregatorBuilder;
 
 public class AggregatorAttributeParserTest {
-
-    private static final byte[] ATTRIBUTE_BYTES = {(byte) 0xC0, (byte) 0x07, (byte) 0x08,
-            (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x01,
-            (byte) 0xFF, (byte) 0xFF, (byte) 0xFF, (byte) 0x01};
+    private static final byte[] ATTRIBUTE_BYTES = {
+        (byte) 0xC0, (byte) 0x07, (byte) 0x08,
+        (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x01,
+        (byte) 0xFF, (byte) 0xFF, (byte) 0xFF, (byte) 0x01
+    };
 
     private static final Attributes RESULT = new AttributesBuilder()
             .setAggregator(new AggregatorBuilder()