X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fauth-hello%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Faaf%2Fauth%2Fhello%2FAAF_Hello.java;h=cd9965cf98dba506579e2418d94973126feec31b;hb=f2ff377c89102191727d8c8b9050716d59e8b9f4;hp=ff95709391c10aa8585ae583e65b89c513e3fb64;hpb=6ecb0f85a1896c3f9480579c4d98327666d282f5;p=aaf%2Fauthz.git 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 { * to do Versions and Content switches * */ - public void route(HttpMethods meth, String path, API api, HttpCode code) throws Exception { + public void route(HttpMethods meth, String path, API api, HttpCode code){ String version = "1.0"; // Get Correct API Class from Mapper route(env,meth,path,code,"text/plain;version="+version,"*/*");