From: Jonathan Gathman Date: Mon, 2 Dec 2019 23:41:13 +0000 (+0000) Subject: Merge "Remove the declaration of thrown exception 'org.onap.aaf.misc.env.APIException... X-Git-Tag: 2.1.17~31 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aaf%2Fauthz.git;a=commitdiff_plain;h=4263bdd43b1b74e503ccfe51886130f7dedf97b6;hp=d314247eb00c10dd2e7a08dcec52bc2eff8092be Merge "Remove the declaration of thrown exception 'org.onap.aaf.misc.env.APIException', as it cannot be thrown from constructor's body" --- 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 f3a45e5e..943e43ef 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 @@ public class AAFListedCertIdentity implements CertIdentity { private static Map> 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);