diff options
author | Jonathan Gathman <jonathan.gathman@att.com> | 2019-09-19 15:40:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-19 15:40:44 +0000 |
commit | b91f022e5c6ba0e5360e4b26c320814b07c2607d (patch) | |
tree | b806e85e58f15f0d5e0951ca122a7d5d585f1c3e /auth | |
parent | 586d2253e528ad96cbf9817a1cd440874e7bc26c (diff) | |
parent | f2ff377c89102191727d8c8b9050716d59e8b9f4 (diff) |
Merge "Sonar-AAF_Hello.java"
Diffstat (limited to 'auth')
-rw-r--r-- | auth/auth-hello/src/main/java/org/onap/aaf/auth/hello/AAF_Hello.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/auth-hello/src/main/java/org/onap/aaf/auth/hello/AAF_Hello.java b/auth/auth-hello/src/main/java/org/onap/aaf/auth/hello/AAF_Hello.java index ff957093..cd9965cf 100644 --- a/auth/auth-hello/src/main/java/org/onap/aaf/auth/hello/AAF_Hello.java +++ b/auth/auth-hello/src/main/java/org/onap/aaf/auth/hello/AAF_Hello.java @@ -90,7 +90,7 @@ public class AAF_Hello extends AbsService<AuthzEnv,AuthzTrans> { * to do Versions and Content switches * */ - public void route(HttpMethods meth, String path, API api, HttpCode<AuthzTrans, AAF_Hello> code) throws Exception { + public void route(HttpMethods meth, String path, API api, HttpCode<AuthzTrans, AAF_Hello> code){ String version = "1.0"; // Get Correct API Class from Mapper route(env,meth,path,code,"text/plain;version="+version,"*/*"); |