Merge "CodeSetter.java"
authorJonathan Gathman <jonathan.gathman@att.com>
Thu, 21 Nov 2019 14:41:23 +0000 (14:41 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 21 Nov 2019 14:41:23 +0000 (14:41 +0000)
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;
     }