diff options
author | Jonathan Gathman <jonathan.gathman@att.com> | 2019-10-08 12:25:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-10-08 12:25:33 +0000 |
commit | b974205e2b2617e6d6dd3c6a6576012071cc9937 (patch) | |
tree | bb7ed63f69c2cbd1e81455a9111f7c9b4c10aaac | |
parent | 68cd9ee29e4e7e813bc2ecc098a674ecfb4c2cbd (diff) | |
parent | c850d70d429f6ff73124554611e2f21fc173e9c0 (diff) |
Merge "Sonar-API_Hello.java"
-rw-r--r-- | auth/auth-hello/src/main/java/org/onap/aaf/auth/hello/API_Hello.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 7fef0ba2..814dff27 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 @@ public class API_Hello { * @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 /////// |