From 85b2f448d42c2f8e9813b05690279a6b642bf562 Mon Sep 17 00:00:00 2001 From: manisha07 Date: Thu, 7 Nov 2019 13:07:20 +0530 Subject: [PATCH 1/1] Remove the declaration of thrown exception 'java.lang.Exception', as it cannot be thrown from method's body Issue-ID: AAF-1031 Change-Id: If31ebcba3a47034a8dd199e48f0bd9d82a673721 Signed-off-by: manisha07 --- .../src/main/java/org/onap/aaf/auth/locate/api/API_Proxy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/auth-locate/src/main/java/org/onap/aaf/auth/locate/api/API_Proxy.java b/auth/auth-locate/src/main/java/org/onap/aaf/auth/locate/api/API_Proxy.java index 962b9859..c77e9a85 100644 --- a/auth/auth-locate/src/main/java/org/onap/aaf/auth/locate/api/API_Proxy.java +++ b/auth/auth-locate/src/main/java/org/onap/aaf/auth/locate/api/API_Proxy.java @@ -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) { -- 2.16.6