Bump yangtools to 13.0.0
[mdsal.git] / replicate / mdsal-replicate-common / src / main / java / org / opendaylight / mdsal / replicate / common / DOMStoreModification.java
index 95e63cf12288b4a64934d91a8cfc55d4091a068f..543d159c18ab8148ea62e2caafb0054b445617e7 100644 (file)
@@ -52,7 +52,7 @@ final class DOMStoreModification implements DataTreeModification {
     }
 
     @Override
-    public EffectiveModelContext getEffectiveModelContext() {
+    public EffectiveModelContext modelContext() {
         throw new UnsupportedOperationException();
     }