Bump upstreams to SNAPSHOTs
[netconf.git] / netconf / tools / netconf-testtool / src / main / java / org / opendaylight / netconf / test / tool / MdsalOperationProvider.java
index 78ad231ec224f8f9edbbe6d8d73153b580a7ffc5..499a5d3e08c297842f0e95a35e3a2061485a8aca 100644 (file)
@@ -127,7 +127,7 @@ class MdsalOperationProvider implements NetconfOperationServiceFactory {
         public Set<NetconfOperation> getNetconfOperations() {
             TransactionProvider transactionProvider = new TransactionProvider(
                 dataBroker, String.valueOf(currentSessionId));
-            CurrentSchemaContext currentSchemaContext = new CurrentSchemaContext(schemaService, sourceProvider);
+            CurrentSchemaContext currentSchemaContext = CurrentSchemaContext.create(schemaService, sourceProvider);
 
             ContainerNode netconf = createNetconfState();