X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Fsal-rest-connector%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fnetconf%2Fsal%2Frest%2Fimpl%2FXmlToPATCHBodyReader.java;h=dd2bf8b1cf9ae1630ab0c0d5b6ff4a5608a07b65;hb=bb7dcf7024a5918e72e2035312205f726189a2c4;hp=eb12029af965d7c11d362c19f24739c7fdab5e4f;hpb=a7654ae09a1a094e796597d3ffe4aaa4a3043818;p=netconf.git diff --git a/restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/rest/impl/XmlToPATCHBodyReader.java b/restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/rest/impl/XmlToPATCHBodyReader.java index eb12029af9..dd2bf8b1cf 100644 --- a/restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/rest/impl/XmlToPATCHBodyReader.java +++ b/restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/rest/impl/XmlToPATCHBodyReader.java @@ -37,7 +37,7 @@ import org.opendaylight.netconf.sal.restconf.impl.PATCHEntity; import org.opendaylight.netconf.sal.restconf.impl.RestconfDocumentedException; import org.opendaylight.netconf.sal.restconf.impl.RestconfError.ErrorTag; import org.opendaylight.netconf.sal.restconf.impl.RestconfError.ErrorType; -import org.opendaylight.restconf.utils.patch.Draft11XmlToPATCHBodyReader; +import org.opendaylight.restconf.utils.patch.Draft15XmlToPATCHBodyReader; import org.opendaylight.yangtools.yang.common.QName; import org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier; import org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates; @@ -59,7 +59,7 @@ import org.w3c.dom.Node; import org.w3c.dom.NodeList; /** - * @deprecated This class will be replaced by {@link Draft11XmlToPATCHBodyReader} + * @deprecated This class will be replaced by {@link Draft15XmlToPATCHBodyReader} */ @Deprecated @Provider