Refactor OSGi ModuleInfoSnapshot/BindingRuntimeContext
[mdsal.git] / dom / mdsal-dom-schema-osgi / src / main / java / org / opendaylight / mdsal / dom / schema / osgi / impl / OSGiModelRuntime.java
index c7041d77eb01c96481e9f427defba6d04a063621..b77063f323117a4f016dbe89d02a2707ad2d3471 100644 (file)
@@ -23,7 +23,7 @@ public final class OSGiModelRuntime {
 
     @Reference
     YangParserFactory parserFactory = null;
-    @Reference(target = "(component.factory=" + OSGiEffectiveModelImpl.FACTORY_NAME + ")")
+    @Reference(target = "(component.factory=" + OSGiModuleInfoSnapshotImpl.FACTORY_NAME + ")")
     ComponentFactory contextFactory = null;
 
     private YangModuleInfoScanner bundleTracker = null;