X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fdatastore%2FLocalTransactionReadySupport.java;h=9fc53a867c49bae51507eb63f22f7fa6cf2c0a31;hp=2e0dbb9fd1bbc813d15a8ede4174e60c1b8911a8;hb=461173ce10acbd8597b8f4c6ccb6c98c7a99447c;hpb=39550906e07020e085844bfdf770854da9d37117 diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/LocalTransactionReadySupport.java b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/LocalTransactionReadySupport.java index 2e0dbb9fd1..9fc53a867c 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/LocalTransactionReadySupport.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/LocalTransactionReadySupport.java @@ -9,7 +9,7 @@ package org.opendaylight.controller.cluster.datastore; import javax.annotation.Nonnull; import javax.annotation.Nullable; -import org.opendaylight.controller.sal.core.spi.data.DOMStoreWriteTransaction; +import org.opendaylight.mdsal.dom.spi.store.DOMStoreWriteTransaction; /** * Interface for a class that can "ready" a transaction.