Rename ActorContext to ActorUtils
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / DistributedDataStoreInterface.java
index 4cd88ca2a8f509b629018dd58853227dd3346e23..8d696c0448f68fbe0104251d0bf578f83ad1adc6 100644 (file)
@@ -7,7 +7,7 @@
  */
 package org.opendaylight.controller.cluster.datastore;
 
-import org.opendaylight.controller.cluster.datastore.utils.ActorContext;
+import org.opendaylight.controller.cluster.datastore.utils.ActorUtils;
 import org.opendaylight.mdsal.dom.spi.store.DOMStore;
 
 /**
@@ -17,5 +17,5 @@ import org.opendaylight.mdsal.dom.spi.store.DOMStore;
  */
 public interface DistributedDataStoreInterface extends DOMStore {
 
-    ActorContext getActorContext();
+    ActorUtils getActorUtils();
 }