Remove the declaration of thrown exception 'java.lang.Exception', as it cannot be... 96/98096/1
authormanisha07 <cmanis10@in.ibm.com>
Thu, 7 Nov 2019 07:37:20 +0000 (13:07 +0530)
committermanisha07 <cmanis10@in.ibm.com>
Thu, 7 Nov 2019 07:37:34 +0000 (13:07 +0530)
Issue-ID: AAF-1031
Change-Id: If31ebcba3a47034a8dd199e48f0bd9d82a673721
Signed-off-by: manisha07 <cmanis10@in.ibm.com>
auth/auth-locate/src/main/java/org/onap/aaf/auth/locate/api/API_Proxy.java

index 962b985..c77e9a8 100644 (file)
@@ -59,7 +59,7 @@ public class API_Proxy {
      * @param facade
      * @throws Exception
      */
-    public static void init(final AAF_Locate gwAPI, LocateFacade facade) throws Exception {
+    public static void init(final AAF_Locate gwAPI, LocateFacade facade) {
 
         String aafurl = gwAPI.access.getProperty(Config.AAF_URL,null);
         if (aafurl!=null) {