Bug 4105: Add EntityOwnershipShard
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / DistributedDataStore.java
index f65518692039be488dde962fb5a5d6f168ed88de..96f5ce816b722c8f28f6bc587663b84a9cf1f7a5 100644 (file)
@@ -202,8 +202,7 @@ public class DistributedDataStore implements DOMStore, SchemaContextListener,
         DistributedDataStoreFactory.destroyInstance(this);
     }
 
-    @VisibleForTesting
-    ActorContext getActorContext() {
+    public ActorContext getActorContext() {
         return actorContext;
     }