X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fdatastore%2FDistributedDataStoreInterface.java;h=4cd88ca2a8f509b629018dd58853227dd3346e23;hb=9b235df8e0b4d8c4c7419419538188cdf7b2bfc2;hp=b678d174b0a3d26e75c4607c731d448673ca1aff;hpb=dceb9db7853dabfbd4abdfb3d886a79871097831;p=controller.git diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/DistributedDataStoreInterface.java b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/DistributedDataStoreInterface.java index b678d174b0..4cd88ca2a8 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/DistributedDataStoreInterface.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/DistributedDataStoreInterface.java @@ -8,7 +8,7 @@ package org.opendaylight.controller.cluster.datastore; import org.opendaylight.controller.cluster.datastore.utils.ActorContext; -import org.opendaylight.controller.sal.core.spi.data.DOMStore; +import org.opendaylight.mdsal.dom.spi.store.DOMStore; /** * The public interface exposed vi a DistributedDataStore via the OSGi registry. @@ -18,4 +18,4 @@ import org.opendaylight.controller.sal.core.spi.data.DOMStore; public interface DistributedDataStoreInterface extends DOMStore { ActorContext getActorContext(); -} \ No newline at end of file +}