Fixed reference to missing file.
[controller.git] / opendaylight / sal / yang-prototype / sal / sal-binding-broker-impl / src / main / java / org / opendaylight / controller / sal / binding / impl / BindingAwareBrokerImpl.xtend
index 4f7d41a12c7e86bf5d1696cc9a7d5a26d8ee245f..2953466b2928a419eb0a2c3a09f4d74b771b7ab9 100644 (file)
@@ -38,7 +38,6 @@ class BindingAwareBrokerImpl implements BindingAwareBroker {
     private Map<Class<? extends RpcService>, RpcProxyContext> managedProxies = new HashMap();
     private var NotificationBrokerImpl notifyBroker
     private var ServiceRegistration<NotificationProviderService> notifyBrokerRegistration
-    private var DataBrokerImpl dataBroker
     
     @Property
     var BundleContext brokerBundleContext