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