commit | d16c6d57b3f0a6283960017444d7ffb22b4d583e | [log] [tgz] |
---|---|---|
author | manisha07 <cmanis10@in.ibm.com> | Thu Nov 07 22:29:01 2019 +0530 |
committer | manisha07 <cmanis10@in.ibm.com> | Thu Nov 07 22:29:58 2019 +0530 |
tree | e99ed9e851ac5ad9acae3a87bf1b326850d632ed | |
parent | 66e9a387df70df12daf6a6b27303a39c0acf64fb [diff] |
Remove the declaration of thrown exception 'org.onap.aaf.misc.env.APIException', as it cannot be thrown from constructor's body Issue-ID: AAF-1031 Change-Id: I41f14fc71992d8117b393ddf9dab33d4616452d8 Signed-off-by: manisha07 <cmanis10@in.ibm.com>
diff --git a/cadi/aaf/src/main/java/org/onap/aaf/cadi/aaf/cert/AAFListedCertIdentity.java b/cadi/aaf/src/main/java/org/onap/aaf/cadi/aaf/cert/AAFListedCertIdentity.java index f3a45e5..943e43e 100644 --- a/cadi/aaf/src/main/java/org/onap/aaf/cadi/aaf/cert/AAFListedCertIdentity.java +++ b/cadi/aaf/src/main/java/org/onap/aaf/cadi/aaf/cert/AAFListedCertIdentity.java
@@ -67,7 +67,7 @@ private static Map<String,Set<String>> trusted =null; - public AAFListedCertIdentity(Access access, AAFCon<?> aafcon) throws APIException { + public AAFListedCertIdentity(Access access, AAFCon<?> aafcon) { synchronized(AAFListedCertIdentity.class) { if (certIDs==null) { String cip = access.getProperty(Config.AAF_CERT_IDS, null);