Deprecated.java and Help.java: Sonar issue
[aaf/authz.git] / auth / auth-cmd / src / main / java / org / onap / aaf / auth / cmd / DeprecatedCMD.java
index dad2076..6082fac 100644 (file)
@@ -45,9 +45,9 @@ public class DeprecatedCMD<X extends Cmd> extends BaseCmd<X> {
     }
 
     @Override
-    public int _exec(int _idx, final String ... args) throws CadiException, APIException, LocatorException {
+    public int _exec(int idx, final String ... args) throws CadiException, APIException, LocatorException {
         pw().println(text);
-        return _idx;
+        return idx;
     }
 
 }