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 / ShutdownShardReplicaCommand.java
index 1a75b5b9f16b5b4d528cf24cb69a39ccedc0fc21..f8f025370e7b8a906a847648984f15237896e0c7 100644 (file)
@@ -24,7 +24,7 @@ public class ShutdownShardReplicaCommand 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() {