Add batching of non-isolated transaction in ShardedDOMDataTreeProducer
[mdsal.git] / dom / mdsal-dom-inmemory-datastore / src / main / java / org / opendaylight / mdsal / dom / store / inmemory / ShardDataModification.java
index a2e169a2b5170868cae332a7420736c84ff5e971..eeb8e91d6611343d2d5215a5c596871aa5128aee 100644 (file)
@@ -79,4 +79,7 @@ final class ShardDataModification extends WriteableNodeWithSubshard {
         }
     }
 
+    void closeCursor() {
+        rootContext.closeCursor();
+    }
 }
\ No newline at end of file