Add a private modifiers to command arguments in clustering-test-app
[controller.git] / opendaylight / md-sal / samples / clustering-test-app / karaf-cli / src / main / java / org / opendaylight / clustering / it / karaf / cli / odl / mdsal / lowlevel / control / AddShardReplicaCommand.java
index 3280a5cc50c4366e633c4af6612d3878e553fd99..4169f70de063248a043e3f911e5a100f0f4f80a1 100644 (file)
@@ -24,7 +24,7 @@ public class AddShardReplicaCommand extends AbstractRpcAction {
     @Reference
     private RpcConsumerRegistry rpcService;
     @Argument(index = 0, name = "shard-name", required = true)
-    String shardName;
+    private String shardName;
 
     @Override
     protected ListenableFuture<? extends RpcResult<?>> invokeRpc() {