Raise EOS unsuccessful request reporting to error
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / DistributedDataStoreInterface.java
index b678d174b0a3d26e75c4607c731d448673ca1aff..8d696c0448f68fbe0104251d0bf578f83ad1adc6 100644 (file)
@@ -7,8 +7,8 @@
  */
 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.controller.cluster.datastore.utils.ActorUtils;
+import org.opendaylight.mdsal.dom.spi.store.DOMStore;
 
 /**
  * The public interface exposed vi a DistributedDataStore via the OSGi registry.
@@ -17,5 +17,5 @@ import org.opendaylight.controller.sal.core.spi.data.DOMStore;
  */
 public interface DistributedDataStoreInterface extends DOMStore {
 
-    ActorContext getActorContext();
-}
\ No newline at end of file
+    ActorUtils getActorUtils();
+}