CodeSetter.java
[aaf/authz.git] / 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;
     }