Merge "sonar-AAF_Locate.java"
authorJonathan Gathman <jonathan.gathman@att.com>
Tue, 8 Oct 2019 12:25:42 +0000 (12:25 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 8 Oct 2019 12:25:42 +0000 (12:25 +0000)
auth/auth-locate/src/main/java/org/onap/aaf/auth/locate/AAF_Locate.java

index b481ff9..0ad14c8 100644 (file)
@@ -170,7 +170,7 @@ public class AAF_Locate extends AbsService<AuthzEnv, AuthzTrans> {
         // Add other Supported APIs here as created
     }
     
-    public void routeAll(HttpMethods meth, String path, API api, LocateCode code) throws Exception {
+    public void routeAll(HttpMethods meth, String path, API api, LocateCode code){
         route(env,meth,path,code,""); // this will always match
     }