diff options
author | Jonathan Gathman <jonathan.gathman@att.com> | 2019-01-10 09:09:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-01-10 09:09:45 +0000 |
commit | 0f86727cb7c3b5efb90550d26b7449cd9829825f (patch) | |
tree | f1b6092b440c8aa0603c0e23cef6172b2edde390 /auth | |
parent | 46b2ef2f40805fa4c5887e8f490a4bc80996e00c (diff) | |
parent | ed253f1d59e7929536acc7ed519fc17828d9fa0c (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 | 3 |
1 files changed, 2 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 eb4e6bb8..a1c83ee0 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 @@ -3,6 +3,8 @@ * 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. @@ -23,7 +25,6 @@ package org.onap.aaf.auth.cmd.mgmt; import org.onap.aaf.auth.cmd.AAFcli; import org.onap.aaf.auth.cmd.BaseCmd; -import org.onap.aaf.misc.env.APIException; public class Mgmt extends BaseCmd<Mgmt> { public Mgmt(AAFcli aafcli) { |