Split Restconf implementations (draft02 and RFC) - move
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / restconf / jersey / providers / AbstractToPatchBodyReader.java
index 6b84b1d303cdf9851ae95fe643dc9ad7d7668549..74be3b4a3791298da395c048835167d8af6cdbb3 100644 (file)
@@ -7,8 +7,8 @@
  */
 package org.opendaylight.restconf.jersey.providers;
 
-import org.opendaylight.netconf.sal.restconf.impl.PatchContext;
 import org.opendaylight.restconf.common.context.InstanceIdentifierContext;
+import org.opendaylight.restconf.common.patch.PatchContext;
 
 /**
  * Common superclass for readers producing {@link PatchContext}.