X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=dom%2Fmdsal-dom-inmemory-datastore%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fmdsal%2Fdom%2Fstore%2Finmemory%2FShardDataModification.java;h=eeb8e91d6611343d2d5215a5c596871aa5128aee;hb=395348596fcc6296e1a9ed0d9899b5aa16f08625;hp=a2e169a2b5170868cae332a7420736c84ff5e971;hpb=c37d38386002ed12b279938051813f99a4de70ff;p=mdsal.git diff --git a/dom/mdsal-dom-inmemory-datastore/src/main/java/org/opendaylight/mdsal/dom/store/inmemory/ShardDataModification.java b/dom/mdsal-dom-inmemory-datastore/src/main/java/org/opendaylight/mdsal/dom/store/inmemory/ShardDataModification.java index a2e169a2b5..eeb8e91d66 100644 --- a/dom/mdsal-dom-inmemory-datastore/src/main/java/org/opendaylight/mdsal/dom/store/inmemory/ShardDataModification.java +++ b/dom/mdsal-dom-inmemory-datastore/src/main/java/org/opendaylight/mdsal/dom/store/inmemory/ShardDataModification.java @@ -79,4 +79,7 @@ final class ShardDataModification extends WriteableNodeWithSubshard { } } + void closeCursor() { + rootContext.closeCursor(); + } } \ No newline at end of file