Fix CursorAwareDataTreeSnapshot.newModification()
[yangtools.git] / yang / yang-data-api / src / main / java / org / opendaylight / yangtools / yang / data / api / schema / tree / CursorAwareDataTreeSnapshot.java
index a9252ba3475eae7c351163a810ef8fceb5face3d..c5be257be383af2d095db732cf60e8c54953476c 100644 (file)
@@ -26,4 +26,7 @@ public interface CursorAwareDataTreeSnapshot extends DataTreeSnapshot {
      * @throws IllegalStateException if there is another cursor currently open.
      */
     @Nullable DataTreeSnapshotCursor createCursor(@Nonnull YangInstanceIdentifier path);
+
+    @Override
+    CursorAwareDataTreeModification newModification();
 }