commit | c850d70d429f6ff73124554611e2f21fc173e9c0 | [log] [tgz] |
---|---|---|
author | anushadasari <danush10@in.ibm.com> | Wed Sep 25 18:16:01 2019 +0530 |
committer | anushadasari <danush10@in.ibm.com> | Wed Sep 25 18:16:43 2019 +0530 |
tree | 6008b014822c332870e20004f8b9f1e88c0fba71 | |
parent | d2239b1d46850249573a0e43ae1582ade98133c4 [diff] |
Sonar-API_Hello.java Remove the declaration of thrown exception 'java.lang.Exception', as it cannot be thrown from method's body Issue-ID: AAF-985 Change-Id: Ia0f02407eb6ae388e577c0c4761b2594378033cc Signed-off-by: anushadasari <danush10@in.ibm.com>
diff --git a/auth/auth-hello/src/main/java/org/onap/aaf/auth/hello/API_Hello.java b/auth/auth-hello/src/main/java/org/onap/aaf/auth/hello/API_Hello.java index 7fef0ba..814dff2 100644 --- a/auth/auth-hello/src/main/java/org/onap/aaf/auth/hello/API_Hello.java +++ b/auth/auth-hello/src/main/java/org/onap/aaf/auth/hello/API_Hello.java
@@ -56,7 +56,7 @@ * @param facade * @throws Exception */ - public static void init(final AAF_Hello oauthHello) throws Exception { + public static void init(final AAF_Hello oauthHello){ //////// // Simple "GET" API ///////