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 / RegisterBoundConstantCommand.java
index 9fc92a3b19237948360a99162d98be1bec0bc62b..ff9105304cb541e9f2024a3532a8ee995fd0fb5b 100644 (file)
@@ -27,9 +27,9 @@ public class RegisterBoundConstantCommand extends AbstractRpcAction {
     @Reference
     private InstanceIdentifierSupport iidSupport;
     @Argument(index =  0, name = "context", required = true)
-    String context;
+    private String context;
     @Argument(index =  1, name = "constant", required = true)
-    String constant;
+    private String constant;
 
     @Override
     protected ListenableFuture<? extends RpcResult<?>> invokeRpc() {