CodeSetter.java 09/98109/1
authormanisha07 <cmanis10@in.ibm.com>
Thu, 7 Nov 2019 08:30:35 +0000 (14:00 +0530)
committermanisha07 <cmanis10@in.ibm.com>
Thu, 7 Nov 2019 08:30:44 +0000 (14:00 +0530)
Issue-ID: AAF-1031
Change-Id: Icfcb0b8d5bf3a83e9d2eb94cc485b38d2a729f90
Signed-off-by: manisha07 <cmanis10@in.ibm.com>
auth/auth-core/src/main/java/org/onap/aaf/auth/rserv/CodeSetter.java

index 761fd8c..172f386 100644 (file)
@@ -41,7 +41,7 @@ class CodeSetter<TRANS extends Trans> {
         this.resp = resp;
 
     }
-    public boolean matches(Route<TRANS> route) throws IOException, ServletException {
+    public boolean matches(Route<TRANS> route) {
         // Find best Code in Route based on "Accepts (Get) or Content-Type" (if exists)
         return (code = route.getCode(trans, req, resp))!=null;
     }