Fix a typo in getDdatastoreContextFactory()
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / shardmanager / ShardManager.java
index fa8b7854dae2160245b282f097dab8b4329ecb93..4bd0d677968d1e5dfb638a2ee8a661ec88c1718d 100644 (file)
@@ -146,7 +146,7 @@ class ShardManager extends AbstractUntypedPersistentActorWithMetering {
     ShardManager(AbstractShardManagerCreator<?> builder) {
         this.cluster = builder.getCluster();
         this.configuration = builder.getConfiguration();
-        this.datastoreContextFactory = builder.getDdatastoreContextFactory();
+        this.datastoreContextFactory = builder.getDatastoreContextFactory();
         this.type = datastoreContextFactory.getBaseDatastoreContext().getDataStoreName();
         this.shardDispatcherPath =
                 new Dispatchers(context().system().dispatchers()).getDispatcherPath(Dispatchers.DispatcherType.Shard);