Bump upstreams to SNAPSHOTs
[netconf.git] / netconf / mdsal-netconf-connector / src / main / java / org / opendaylight / netconf / mdsal / connector / ops / RuntimeRpc.java
index 556636cd6cdaa07f5934fb99a3865753979659ae..5a80e167bc0ec8cf8d1b208c1f81e9051b8d4780 100644 (file)
@@ -209,7 +209,7 @@ public class RuntimeRpc extends AbstractSingletonNetconfOperation {
                 schemaContext.getCurrentContext(), rpcOutputPath);
 
         final SchemaOrderedNormalizedNodeWriter nnWriter = new SchemaOrderedNormalizedNodeWriter(nnStreamWriter,
-                schemaContext.getCurrentContext(), rpcOutputPath.asSchemaPath());
+                schemaContext.getCurrentContext(), rpcOutputPath);
 
         writeRootElement(xmlWriter, nnWriter, (ContainerNode) data);
         try {