Code clean up
[bgpcep.git] / bgp / rib-impl / src / test / java / org / opendaylight / protocol / bgp / rib / impl / AbstractAddPathTest.java
index 63de26aed259f37523af6da86370be34b1da9bdf..e3f8b1f1da6fb2821b6008921bff52bbe5709e96 100644 (file)
@@ -135,7 +135,7 @@ public abstract class AbstractAddPathTest extends DefaultRibPoliciesMockTest {
     private NioEventLoopGroup boss;
     private org.opendaylight.protocol.bgp.inet.BGPActivator inetActivator;
     protected StrictBGPPeerRegistry serverRegistry;
-    protected BGPPeerTrackerImpl peerTracker = new BGPPeerTrackerImpl();
+    protected final BGPPeerTrackerImpl peerTracker = new BGPPeerTrackerImpl();
     protected CodecsRegistryImpl codecsRegistry;
 
     @Before