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