Merge "Remove the declaration of thrown exception 'org.onap.aaf.misc.env.APIException...
authorJonathan Gathman <jonathan.gathman@att.com>
Mon, 2 Dec 2019 23:41:13 +0000 (23:41 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 2 Dec 2019 23:41:13 +0000 (23:41 +0000)
cadi/aaf/src/main/java/org/onap/aaf/cadi/aaf/cert/AAFListedCertIdentity.java

index f3a45e5..943e43e 100644 (file)
@@ -67,7 +67,7 @@ public class AAFListedCertIdentity implements CertIdentity {
 
     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);