Change EventDispatcher field visibility of AbstractHandler to protected.
[netvirt.git] / openstack / net-virt / src / main / java / org / opendaylight / ovsdb / openstack / netvirt / SouthboundHandler.java
index 55fd4b307089876058b60fd23de4a8f8eb386746..f7a27322af569c253cc9fc8c6c17aa46b7f5b659 100644 (file)
@@ -41,7 +41,6 @@ public class SouthboundHandler extends AbstractHandler
     private volatile NetworkingProviderManager networkingProviderManager;
     private volatile NeutronL3Adapter neutronL3Adapter;
     private volatile NodeCacheManager nodeCacheManager;
-    private volatile EventDispatcher eventDispatcher;
     private volatile OvsdbInventoryService ovsdbInventoryService;
     private volatile Southbound southbound;
 
@@ -412,7 +411,6 @@ public class SouthboundHandler extends AbstractHandler
                 (EventDispatcher) ServiceHelper.getGlobalInstance(EventDispatcher.class, this);
         eventDispatcher.eventHandlerAdded(
                 bundleContext.getServiceReference(OvsdbInventoryListener.class.getName()), this);
-        super.setDispatcher(eventDispatcher);
         ovsdbInventoryService =
                 (OvsdbInventoryService) ServiceHelper.getGlobalInstance(OvsdbInventoryService.class, this);
         ovsdbInventoryService.listenerAdded(this);