Merge "AAFcli.java-remove declaration of thrown exception"
authorJonathan Gathman <jonathan.gathman@att.com>
Mon, 14 Oct 2019 14:39:02 +0000 (14:39 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 14 Oct 2019 14:39:02 +0000 (14:39 +0000)
auth/auth-cmd/src/main/java/org/onap/aaf/auth/cmd/AAFcli.java

index bd8f1a5..51986b9 100644 (file)
@@ -90,7 +90,7 @@ public class AAFcli {
     private static int globalDelay=0;
 
     // Create when only have Access
-    public AAFcli(Access access, Writer wtr, HMangr hman, SecurityInfoC<HttpURLConnection> si, SecuritySetter<HttpURLConnection> ss) throws APIException, CadiException {
+    public AAFcli(Access access, Writer wtr, HMangr hman, SecurityInfoC<HttpURLConnection> si, SecuritySetter<HttpURLConnection> ss) throws APIException {
         this(access,new AuthzEnv(access.getProperties()),wtr,hman, si,ss);
     }