From af83df62f68cf93e9442eb01aaf89eca7f2509c2 Mon Sep 17 00:00:00 2001 From: Thugutla sailakshmi Date: Tue, 29 Oct 2019 21:05:39 +0530 Subject: [PATCH] Route.java -remove exceptions Issue-ID: AAF-876 Change-Id: Iadee616353f8bbde4c521214b9c30927181cf3b2 Signed-off-by: Thugutla sailakshmi --- auth/auth-core/src/main/java/org/onap/aaf/auth/rserv/Route.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.16.6