Split Restconf implementations (draft02 and RFC) - move
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / restconf / restful / services / api / RestconfDataService.java
index b06be1ed5f90750efd7c30800408c217ceba07ca..3d8c1b1b611671f10686195a3958721ca83ac6ae 100644 (file)
@@ -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 {
 
     /**