X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Frestconf-nb-bierman02%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Frestconf%2Frestful%2Fservices%2Fapi%2FRestconfDataService.java;h=3d8c1b1b611671f10686195a3958721ca83ac6ae;hb=824baf9fe14e31465c58f3842c4cb0aa88b34757;hp=b06be1ed5f90750efd7c30800408c217ceba07ca;hpb=297030dc32e29a3ac0c76aa3d6279e7e047532b3;p=netconf.git diff --git a/restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/restful/services/api/RestconfDataService.java b/restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/restful/services/api/RestconfDataService.java index b06be1ed5f..3d8c1b1b61 100644 --- a/restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/restful/services/api/RestconfDataService.java +++ b/restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/restful/services/api/RestconfDataService.java @@ -20,18 +20,20 @@ import javax.ws.rs.core.Context; import javax.ws.rs.core.MediaType; import javax.ws.rs.core.Response; import javax.ws.rs.core.UriInfo; -import org.opendaylight.netconf.sal.rest.impl.Patch; -import org.opendaylight.netconf.sal.restconf.impl.PatchContext; -import org.opendaylight.netconf.sal.restconf.impl.PatchStatusContext; import org.opendaylight.restconf.Rfc8040; import org.opendaylight.restconf.common.context.NormalizedNodeContext; +import org.opendaylight.restconf.common.patch.Patch; +import org.opendaylight.restconf.common.patch.PatchContext; +import org.opendaylight.restconf.common.patch.PatchStatusContext; import org.opendaylight.restconf.utils.RestconfConstants; /** - * The "{+restconf}/data" subtree represents the datastore resource type, which - * is a collection of configuration data and state data nodes. + * The "{+restconf}/data" subtree represents the datastore resource type, which is a collection of + * configuration data and state data nodes. * + * @deprecated move to splitted module restconf-nb-rfc8040 */ +@Deprecated public interface RestconfDataService { /**