X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Frestconf-nb-bierman02%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Frestconf%2Fjersey%2Fproviders%2FAbstractBodyReaderTest.java;h=899991743ad13ae813266f66c334432d15c18920;hb=824baf9fe14e31465c58f3842c4cb0aa88b34757;hp=598d37be477668739c8b05dacfb719d3a50fb5b0;hpb=297030dc32e29a3ac0c76aa3d6279e7e047532b3;p=netconf.git diff --git a/restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/jersey/providers/AbstractBodyReaderTest.java b/restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/jersey/providers/AbstractBodyReaderTest.java index 598d37be47..899991743a 100644 --- a/restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/jersey/providers/AbstractBodyReaderTest.java +++ b/restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/restconf/jersey/providers/AbstractBodyReaderTest.java @@ -22,9 +22,9 @@ import javax.ws.rs.core.UriInfo; import org.opendaylight.controller.md.sal.rest.common.TestRestconfUtils; import org.opendaylight.netconf.sal.rest.api.RestconfConstants; import org.opendaylight.netconf.sal.restconf.impl.ControllerContext; -import org.opendaylight.netconf.sal.restconf.impl.PatchContext; import org.opendaylight.restconf.RestConnectorProvider; import org.opendaylight.restconf.common.context.NormalizedNodeContext; +import org.opendaylight.restconf.common.patch.PatchContext; import org.opendaylight.restconf.handlers.DOMMountPointServiceHandler; import org.opendaylight.yangtools.yang.model.api.SchemaContext;