This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 491e8f6 Remove explicit exception declaration not in spec API.
491e8f6 is described below
commit 491e8f631aa5b4efffee316acd4e4f2c24e79ed3
Author: Mark Thomas <[email protected]>
AuthorDate: Tue May 26 17:24:00 2020 +0100
Remove explicit exception declaration not in spec API.
When testing with Java 8 this doesn't matter but when testing with Java
11 this triggers a TCK failure
---
java/javax/servlet/jsp/JspApplicationContext.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/javax/servlet/jsp/JspApplicationContext.java
b/java/javax/servlet/jsp/JspApplicationContext.java
index ff0154c..3b4a2be 100644
--- a/java/javax/servlet/jsp/JspApplicationContext.java
+++ b/java/javax/servlet/jsp/JspApplicationContext.java
@@ -65,7 +65,7 @@ public interface JspApplicationContext {
* if called after the application's
* <code>ServletContextListeners</code> have been initialized.
*/
- public void addELResolver(ELResolver resolver) throws
IllegalStateException;
+ public void addELResolver(ELResolver resolver);
/**
* <p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]