summaryrefslogtreecommitdiffstats
path: root/auth/auth-fs
diff options
context:
space:
mode:
authoranushadasari <danush10@in.ibm.com>2019-09-25 18:09:57 +0530
committeranushadasari <danush10@in.ibm.com>2019-09-25 18:10:39 +0530
commitd2239b1d46850249573a0e43ae1582ade98133c4 (patch)
treef74460ab8179ed12ef8c594767eb6b8d2fb14f34 /auth/auth-fs
parent5e0e574432dabcba1fb4a84a752b000b466999bd (diff)
Sonar-AAF_FS.java
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>
Diffstat (limited to 'auth/auth-fs')
-rw-r--r--auth/auth-fs/src/main/java/org/onap/aaf/auth/fs/AAF_FS.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/auth-fs/src/main/java/org/onap/aaf/auth/fs/AAF_FS.java b/auth/auth-fs/src/main/java/org/onap/aaf/auth/fs/AAF_FS.java
index df05da93..cee06dd2 100644
--- a/auth/auth-fs/src/main/java/org/onap/aaf/auth/fs/AAF_FS.java
+++ b/auth/auth-fs/src/main/java/org/onap/aaf/auth/fs/AAF_FS.java
@@ -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 {
///////////////////////