Update MRI projects for Aluminium
[netconf.git] / netconf / sal-netconf-connector / src / test / java / org / opendaylight / netconf / sal / connect / netconf / AbstractTestModelTest.java
index 03977c7a9516e5d9015abd0531d9f5acb58fe387..5c73e06d88c9a1786135724db7df3351b4867cf2 100644 (file)
@@ -9,11 +9,11 @@ package org.opendaylight.netconf.sal.connect.netconf;
 
 import org.junit.AfterClass;
 import org.junit.BeforeClass;
-import org.opendaylight.yangtools.yang.model.api.SchemaContext;
+import org.opendaylight.yangtools.yang.model.api.EffectiveModelContext;
 import org.opendaylight.yangtools.yang.test.util.YangParserTestUtils;
 
 public abstract class AbstractTestModelTest {
-    protected static SchemaContext SCHEMA_CONTEXT;
+    protected static EffectiveModelContext SCHEMA_CONTEXT;
 
     @BeforeClass
     public static void beforeClass() {