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%2Fjson%2Fto%2Fnn%2Ftest%2FJsonLeafrefToNnTest.java;h=7476a63ecb9a869e73093a6a1c965480d99024d1;hb=f402dcd49a468e018192c96151bef3a0cdf70d62;hp=d25e36101202cc09eace5a187e87ad2a30d80708;hpb=69f3ee040d0bc254b01190e769f298885b9acc12;p=netconf.git diff --git a/restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/json/to/nn/test/JsonLeafrefToNnTest.java b/restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/json/to/nn/test/JsonLeafrefToNnTest.java index d25e361012..7476a63ecb 100644 --- a/restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/json/to/nn/test/JsonLeafrefToNnTest.java +++ b/restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/json/to/nn/test/JsonLeafrefToNnTest.java @@ -18,12 +18,12 @@ import org.opendaylight.controller.sal.rest.impl.test.providers.AbstractBodyRead import org.opendaylight.netconf.sal.rest.impl.JsonNormalizedNodeBodyReader; import org.opendaylight.restconf.common.context.NormalizedNodeContext; import org.opendaylight.yangtools.yang.data.api.schema.NormalizedNodes; -import org.opendaylight.yangtools.yang.model.api.SchemaContext; +import org.opendaylight.yangtools.yang.model.api.EffectiveModelContext; public class JsonLeafrefToNnTest extends AbstractBodyReaderTest { private final JsonNormalizedNodeBodyReader jsonBodyReader; - private static SchemaContext schemaContext; + private static EffectiveModelContext schemaContext; public JsonLeafrefToNnTest() { super(schemaContext, null);