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