Sonar-AAF_FS.java 26/96226/1
authoranushadasari <danush10@in.ibm.com>
Wed, 25 Sep 2019 12:39:57 +0000 (18:09 +0530)
committeranushadasari <danush10@in.ibm.com>
Wed, 25 Sep 2019 12:40:39 +0000 (18:10 +0530)
Remove the declaration of thrown exception 'org.onap.aaf.misc.env.APIException', as it cannot be thrown from constructor's body.

Issue-ID: AAF-985
Change-Id: I46db30c13c496ef68f3ba87f6c0b17012d3b1020
Signed-off-by: anushadasari <danush10@in.ibm.com>
auth/auth-fs/src/main/java/org/onap/aaf/auth/fs/AAF_FS.java

index df05da9..cee06dd 100644 (file)
@@ -49,7 +49,7 @@ import org.onap.aaf.misc.env.APIException;
 
 public class AAF_FS extends AbsService<AuthzEnv, AuthzTrans>  {
 
-    public AAF_FS(final AuthzEnv env) throws APIException, IOException, CadiException {
+    public AAF_FS(final AuthzEnv env) throws IOException, CadiException {
         super(env.access(),env);
         try {
             ///////////////////////