X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Frestconf-nb-bierman02%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Frestconf%2Fimpl%2Ftest%2FURITest.java;h=39e7373cd33c2e63a1c5421269b22ecafd6e5ab3;hb=f402dcd49a468e018192c96151bef3a0cdf70d62;hp=5e1d59d7c70f481195caaacf0374a214bd5f8892;hpb=80f81382d19639366f87cc30c207d8ccbe0ca25f;p=netconf.git diff --git a/restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/URITest.java b/restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/URITest.java index 5e1d59d7c7..39e7373cd3 100644 --- a/restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/URITest.java +++ b/restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/URITest.java @@ -26,13 +26,13 @@ import org.opendaylight.netconf.sal.restconf.impl.ControllerContext; import org.opendaylight.restconf.common.context.InstanceIdentifierContext; import org.opendaylight.restconf.common.errors.RestconfDocumentedException; import org.opendaylight.yangtools.yang.model.api.ContainerSchemaNode; -import org.opendaylight.yangtools.yang.model.api.SchemaContext; +import org.opendaylight.yangtools.yang.model.api.EffectiveModelContext; import org.opendaylight.yangtools.yang.parser.spi.meta.ReactorException; public class URITest { - private static SchemaContext schemaContext; - private static SchemaContext mountSchemaContext; + private static EffectiveModelContext schemaContext; + private static EffectiveModelContext mountSchemaContext; private final DOMMountPoint mountInstance = mock(DOMMountPoint.class); private final ControllerContext controllerContext =