BUG-8007: Code Clean Up
[bgpcep.git] / bgp / rib-impl / src / main / java / org / opendaylight / controller / config / yang / bgp / rib / impl / BGPDispatcherImplModule.java
index 6866421bdce31753f0340a4bcefe4ab7f4c0a4da..e824aedf9281751bfd4adc833ca9cda2009f3636 100644 (file)
@@ -47,7 +47,7 @@ public final class BGPDispatcherImplModule extends org.opendaylight.controller.c
         // The BGPDispatcher instance is created and advertised as an OSGi service via blueprint
         // so obtain it here (waiting if necessary).
         final WaitingServiceTracker<BGPDispatcher> tracker =
-                WaitingServiceTracker.create(BGPDispatcher.class, bundleContext);
+                WaitingServiceTracker.create(BGPDispatcher.class, this.bundleContext);
         final BGPDispatcher service = tracker.waitForService(WaitingServiceTracker.FIVE_MINUTES);
 
         // Create a proxy to override close to close the ServiceTracker. The actual BGPDispatcher