X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fauth-cmd%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Faaf%2Fauth%2Fcmd%2Fperm%2FListActivity.java;h=427252236ce09521387cccf394f2a8edd9c1b729;hb=117b1c1fac1d83ffcd866893ab49b138c5126f72;hp=6400aad3b276a44ed0c7c7f157dff6cbbf07cf71;hpb=6dd9704640eb8cc8d6b4ccd266e40a3f6f589e75;p=aaf%2Fauthz.git diff --git a/auth/auth-cmd/src/main/java/org/onap/aaf/auth/cmd/perm/ListActivity.java b/auth/auth-cmd/src/main/java/org/onap/aaf/auth/cmd/perm/ListActivity.java index 6400aad3..42725223 100644 --- a/auth/auth-cmd/src/main/java/org/onap/aaf/auth/cmd/perm/ListActivity.java +++ b/auth/auth-cmd/src/main/java/org/onap/aaf/auth/cmd/perm/ListActivity.java @@ -51,8 +51,7 @@ public class ListActivity extends Cmd { return same(new Retryable() { @Override public Integer code(Rcli client) throws CadiException, APIException { - int idx = index; - String type = args[idx++]; + String type = args[index]; Future fp = client.read( "/authz/hist/perm/"+type, getDF(History.class)