Code clean up
[bgpcep.git] / bgp / parser-impl / src / test / java / org / opendaylight / protocol / bgp / parser / impl / BGPParserTest.java
index 77f37cbb416434632e7aaac90843e84f389b7150..c4e2a56cfc2c03e27ca17510aed65ccb1dc8a970 100644 (file)
@@ -78,9 +78,9 @@ public class BGPParserTest {
      */
     static final List<byte[]> inputBytes = new ArrayList<>();
 
-    private static int COUNTER = 7;
+    private static final int COUNTER = 7;
 
-    private static int MAX_SIZE = 300;
+    private static final int MAX_SIZE = 300;
 
     private static BGPUpdateMessageParser updateParser;