Bug 4640: Change semantic-version to openconfig-version
[yangtools.git] / yang / yang-model-util / src / test / java / org / opendaylight / yangtools / yang / model / util / SchemaContextProxyTest.java
index 52398a71428f82b21c6395d31ea88b299fed0a7c..09d63dbf2ec1e74b6cb6c861fbe31abb387ce62b 100644 (file)
@@ -648,8 +648,8 @@ public class SchemaContextProxyTest {
                 }
 
                 @Override
-                public SemVer getSemanticVersion() {
-                    return module.getSemanticVersion();
+                public SemVer getOpenconfigVersion() {
+                    return module.getOpenconfigVersion();
                 }
 
                 @Override