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 / StartPublishNotificationsCommand.java
index bf1770840160befef5a525449bb43f8c77fedac4..68be7e30be4ec361062bab552730122cdb61aeda 100644 (file)
@@ -26,11 +26,11 @@ public class StartPublishNotificationsCommand extends AbstractRpcAction {
     @Reference
     private RpcConsumerRegistry rpcService;
     @Argument(index = 0, name = "id", required = true)
-    String id;
+    private String id;
     @Argument(index = 1, name = "seconds", required = true)
-    long seconds;
+    private long seconds;
     @Argument(index = 2, name = "notifications-per-second", required = true)
-    long notificationsPerSecond;
+    private long notificationsPerSecond;
 
     @Override
     protected ListenableFuture<? extends RpcResult<?>> invokeRpc() {