Bump upstreams
[netconf.git] / plugins / netconf-client-mdsal / src / main / java / org / opendaylight / netconf / client / mdsal / NetconfStateSchemas.java
index 433442a50a47c0bf3bf83da3eb16ff51bd03d7cc..eb78b1f2dccf9359df4156ec4c7f1dc718b4f681 100644 (file)
@@ -208,7 +208,8 @@ public final class NetconfStateSchemas implements NetconfDeviceSchemas {
 
         final NormalizedNode dataNode;
         try {
-            dataNode = NormalizedDataUtil.transformDOMSourceToNormalizedNode(schemaContext, filteredBody).getResult();
+            dataNode = NormalizedDataUtil.transformDOMSourceToNormalizedNode(schemaContext, filteredBody).getResult()
+                .data();
         } catch (XMLStreamException | URISyntaxException | IOException | SAXException e) {
             LOG.warn("Failed to transform {}", rpcResult, e);
             return Optional.empty();