Fix checkstyle complains
[bgpcep.git] / bgp / rib-impl / src / test / java / org / opendaylight / protocol / bgp / rib / impl / config / AbstractConfig.java
index fee0253802781ab789ef7103ea32eac8b227ae57..3c9f100f2c10aad455fa79cf7b866375a373ff14 100644 (file)
@@ -61,7 +61,7 @@ import org.osgi.framework.ServiceRegistration;
 
 class AbstractConfig extends DefaultRibPoliciesMockTest {
     protected static final AsNumber AS = new AsNumber(72L);
-    protected static final AsNumber lOCAL_AS = new AsNumber(73L);
+    protected static final AsNumber LOCAL_AS = new AsNumber(73L);
     protected static final RibId RIB_ID = new RibId("test");
     static final TablesKey TABLES_KEY = new TablesKey(Ipv4AddressFamily.class, UnicastSubsequentAddressFamily.class);
     @Mock