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