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 / SubscribeYnlCommand.java
index 523650ec782f75ddd5e431530ef54058d0da5354..00e6fa4c15f14069a8237786c328868737324015 100644 (file)
@@ -24,7 +24,7 @@ public class SubscribeYnlCommand extends AbstractRpcAction {
     @Reference
     private RpcConsumerRegistry rpcService;
     @Argument(index = 0, name = "id", required = true)
-    String id;
+    private String id;
 
     @Override
     protected ListenableFuture<? extends RpcResult<?>> invokeRpc() {