AAFcli.java-remove declaration of thrown exception 61/96261/2
authorThugutla sailakshmi <tsaila10@in.ibm.com>
Thu, 26 Sep 2019 05:59:14 +0000 (11:29 +0530)
committerJonathan Gathman <jonathan.gathman@att.com>
Tue, 8 Oct 2019 12:21:42 +0000 (12:21 +0000)
AAFcli.java-remove declaration of thrown exception

Issue-ID: AAF-876
Change-Id: Ib46fad58f7a22a7bb78a34e9d614800ba30a9ace
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
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);
     }