Fixed sonar issue in ListByPerm.java 48/74148/1
authorezhil <ezhrajam@in.ibm.com>
Mon, 3 Dec 2018 17:27:01 +0000 (22:57 +0530)
committerezhil <ezhrajam@in.ibm.com>
Mon, 3 Dec 2018 17:30:28 +0000 (23:00 +0530)
Renamed varaible based on Standard
Issue-ID: AAF-659
Change-Id: If4e17f06100ea77d24559bdc9e6da059bce90f63
Signed-off-by: ezhil <ezhrajam@in.ibm.com>
auth/auth-cmd/src/main/java/org/onap/aaf/auth/cmd/role/ListByPerm.java

index 3431a0e..feb1dec 100644 (file)
@@ -3,6 +3,7 @@
  * org.onap.aaf
  * ===========================================================================
  * Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.
+ * Modifications Copyright (C) 2018 IBM.
  * ===========================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -49,8 +50,8 @@ public class ListByPerm extends Cmd {
     }
 
     @Override
-    public int _exec(int _idx, final String ... args) throws CadiException, APIException, LocatorException {
-            int idx = _idx;
+    public int _exec(int idx0, final String ... args) throws CadiException, APIException, LocatorException {
+            int idx = idx0;
         final String type=args[idx];
         final String instance=args[++idx];
         final String action=args[++idx];