diff options
author | Jonathan Gathman <jonathan.gathman@att.com> | 2018-12-12 23:36:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-12 23:36:53 +0000 |
commit | adfe545fbfb2bf2279ed51137f8c86ca2fb35203 (patch) | |
tree | ea4dac1da487f97fc3167041f09425ab4e85b08a /auth | |
parent | 613846477296bd3888ba6e5f939afe688b486ad7 (diff) | |
parent | 7f5999397a335b21a7202516ad40e8f3e4e35790 (diff) |
Merge "Sonar Fix: Mgmt.java"
Diffstat (limited to 'auth')
-rw-r--r-- | auth/auth-cmd/src/main/java/org/onap/aaf/auth/cmd/mgmt/Mgmt.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/auth-cmd/src/main/java/org/onap/aaf/auth/cmd/mgmt/Mgmt.java b/auth/auth-cmd/src/main/java/org/onap/aaf/auth/cmd/mgmt/Mgmt.java index e5097a32..eb4e6bb8 100644 --- a/auth/auth-cmd/src/main/java/org/onap/aaf/auth/cmd/mgmt/Mgmt.java +++ b/auth/auth-cmd/src/main/java/org/onap/aaf/auth/cmd/mgmt/Mgmt.java @@ -26,7 +26,7 @@ import org.onap.aaf.auth.cmd.BaseCmd; import org.onap.aaf.misc.env.APIException; public class Mgmt extends BaseCmd<Mgmt> { - public Mgmt(AAFcli aafcli) throws APIException { + public Mgmt(AAFcli aafcli) { super(aafcli, "mgmt"); cmds.add(new Cache(this)); cmds.add(new Deny(this)); |