From: Thugutla sailakshmi Date: Tue, 29 Oct 2019 15:35:39 +0000 (+0530) Subject: Route.java -remove exceptions X-Git-Tag: 2.1.17~77^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aaf%2Fauthz.git;a=commitdiff_plain;h=af83df62f68cf93e9442eb01aaf89eca7f2509c2 Route.java -remove exceptions Issue-ID: AAF-876 Change-Id: Iadee616353f8bbde4c521214b9c30927181cf3b2 Signed-off-by: Thugutla sailakshmi --- diff --git a/auth/auth-core/src/main/java/org/onap/aaf/auth/rserv/Route.java b/auth/auth-core/src/main/java/org/onap/aaf/auth/rserv/Route.java index a3282849..f8c5ae19 100644 --- a/auth/auth-core/src/main/java/org/onap/aaf/auth/rserv/Route.java +++ b/auth/auth-core/src/main/java/org/onap/aaf/auth/rserv/Route.java @@ -56,7 +56,7 @@ public class Route { content.add(code, others); } - public HttpCode getCode(TRANS trans, HttpServletRequest req, HttpServletResponse resp) throws IOException, ServletException { + public HttpCode getCode(TRANS trans, HttpServletRequest req, HttpServletResponse resp) { // Type is associated with Accept for GET (since it is what is being returned // We associate the rest with ContentType. // FYI, thought about this a long time before implementing this way.