Cache.java: Fixed sonar issues 95/65695/1
authorArundathi Patil <arundpil@in.ibm.com>
Tue, 11 Sep 2018 07:59:55 +0000 (13:29 +0530)
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>
Tue, 11 Sep 2018 08:00:08 +0000 (13:30 +0530)
Sonar Link : https://sonar.onap.org/code?id=org.onap.aaf.authz%3Aparent&selected=org.onap.aaf.authz%3Aaaf-auth-cmd%3Asrc%2Fmain%2Fjava%2Forg%2Fonap%2Faaf%2Fauth%2Fcmd%2Fmgmt%2FCache.java

Issue-ID: AAF-480
Change-Id: I70ec577501d716760dbd86fb29a498780766bcf8
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
auth/auth-cmd/src/main/java/org/onap/aaf/auth/cmd/mgmt/Cache.java

index fd257d6..c39ea0f 100644 (file)
@@ -25,7 +25,7 @@ import org.onap.aaf.auth.cmd.BaseCmd;
 import org.onap.aaf.misc.env.APIException;
 
 public class Cache extends BaseCmd<Mgmt> {
-    public Cache(Mgmt mgmt) throws APIException {
+    public Cache(Mgmt mgmt) {
         super(mgmt, "cache");
         cmds.add(new Clear(this));
     }