X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Frestconf-nb-bierman02%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fnetconf%2Fsal%2Frest%2Fimpl%2FPatchXmlBodyWriter.java;h=1c695ac2d70ae4a325ca8b8c60adfc5ae03da963;hb=297030dc32e29a3ac0c76aa3d6279e7e047532b3;hp=0f53cc5847e3ee22fed7d2c1a876104e4af32069;hpb=1bcaf624205de83ea78a131e960103f2b785468c;p=netconf.git diff --git a/restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/rest/impl/PatchXmlBodyWriter.java b/restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/rest/impl/PatchXmlBodyWriter.java index 0f53cc5847..1c695ac2d7 100644 --- a/restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/rest/impl/PatchXmlBodyWriter.java +++ b/restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/rest/impl/PatchXmlBodyWriter.java @@ -28,7 +28,7 @@ import org.opendaylight.netconf.sal.rest.api.Draft02; import org.opendaylight.netconf.sal.rest.api.RestconfService; import org.opendaylight.netconf.sal.restconf.impl.PatchStatusContext; import org.opendaylight.netconf.sal.restconf.impl.PatchStatusEntity; -import org.opendaylight.netconf.sal.restconf.impl.RestconfError; +import org.opendaylight.restconf.common.errors.RestconfError; @Provider @Produces({ Draft02.MediaTypes.PATCH_STATUS + RestconfService.XML })