Rename ActorContext to ActorUtils
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / sharding / DistributedShardChangePublisher.java
index b4b44449c9972df3d4883d115e9e0044e01834d7..5d1e4b5cfdb6cee2187456d22ec9ab38589a58a2 100644 (file)
@@ -90,7 +90,7 @@ public class DistributedShardChangePublisher
                 .build());
 
         // XXX: can we guarantee that the root is present in the schemacontext?
-        this.dataTree.setSchemaContext(distributedDataStore.getActorContext().getSchemaContext());
+        this.dataTree.setSchemaContext(distributedDataStore.getActorUtils().getSchemaContext());
         this.shardPath = prefix.getRootIdentifier();
         this.childShards = childShards;
     }