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