Split Restconf implementations (draft02 and RFC) - base api
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / restconf / jersey / providers / AbstractNormalizedNodeBodyReader.java
index 720870e16004f26a8c7b4eb82e18d919425ea536..1a4e13af4e0c7e357137a9e809c70b9bf3ffa554 100644 (file)
@@ -10,8 +10,8 @@ package org.opendaylight.restconf.jersey.providers;
 import com.google.common.annotations.Beta;
 import javax.ws.rs.core.Request;
 import javax.ws.rs.core.UriInfo;
-import org.opendaylight.netconf.sal.restconf.impl.InstanceIdentifierContext;
-import org.opendaylight.netconf.sal.restconf.impl.NormalizedNodeContext;
+import org.opendaylight.restconf.common.context.InstanceIdentifierContext;
+import org.opendaylight.restconf.common.context.NormalizedNodeContext;
 
 /**
  * Common superclass for readers producing {@link NormalizedNodeContext}.