Refactor SharedSchemaContextFactory
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / repo / SharedSchemaRepository.java
index ca490683c5988348b2427a638d1712d1195d8d6c..2636991c7b6d38aebbc8b1365c4617f932a0c611 100644 (file)
@@ -39,7 +39,7 @@ public final class SharedSchemaRepository extends AbstractSchemaRepository imple
             .build(new CacheLoader<SchemaContextFactoryConfiguration, EffectiveModelContextFactory>() {
                 @Override
                 public EffectiveModelContextFactory load(final SchemaContextFactoryConfiguration key) {
-                    return new SharedSchemaContextFactory(SharedSchemaRepository.this, key);
+                    return new SharedEffectiveModelContextFactory(SharedSchemaRepository.this, key);
                 }
             });