Merge "SONAR FIX"
authorJonathan Gathman <jonathan.gathman@att.com>
Mon, 2 Dec 2019 23:42:13 +0000 (23:42 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 2 Dec 2019 23:42:13 +0000 (23:42 +0000)
cadi/aaf/src/main/java/org/onap/aaf/cadi/aaf/v2_0/AAFConHttp.java

index b62bc40..7ccf3e6 100644 (file)
@@ -54,7 +54,7 @@ public class AAFConHttp extends AAFCon<HttpURLConnection> {
         hman = new HMangr(access,Config.loadLocator(si, access.getProperty(Config.AAF_URL,null)));
     }
 
-    protected SecuritySetter<HttpURLConnection> bestSS(SecurityInfoC<HttpURLConnection> si) throws CadiException {
+    protected SecuritySetter<HttpURLConnection> bestSS(SecurityInfoC<HttpURLConnection> si) {
         return si.defSS;
     }