Fix a few javadoc errors
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / messages / CreateShard.java
index 6b4fd7c204a194d1c2edf7f80ede8557e16a6eb7..372155107d54b105521d8774f47d5931e098ea3b 100644 (file)
@@ -28,7 +28,7 @@ public class CreateShard {
      * Constructor.
      *
      * @param moduleShardConfig the configuration of the new shard.
-     * @param shardPropsCreator used to obtain the Props for creating the shard actor instance.
+     * @param shardBuilder used to obtain the Props for creating the shard actor instance.
      * @param datastoreContext the DatastoreContext for the new shard. If null, the default is used.
      */
     public CreateShard(@Nonnull ModuleShardConfiguration moduleShardConfig,