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 ab591f30e1 Fix IDE warning ab591f30e1 is described below commit ab591f30e11d95a651600ec7075c22787ee1a2dd Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Dec 4 22:01:26 2023 +0000 Fix IDE warning --- test/org/apache/catalina/core/TestStandardHostValve.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/org/apache/catalina/core/TestStandardHostValve.java b/test/org/apache/catalina/core/TestStandardHostValve.java index e4f7fe87ba..e081a12173 100644 --- a/test/org/apache/catalina/core/TestStandardHostValve.java +++ b/test/org/apache/catalina/core/TestStandardHostValve.java @@ -112,9 +112,6 @@ public class TestStandardHostValve extends TomcatBaseTest { @Test(expected=IllegalArgumentException.class) public void testInvalidErrorPage() throws Exception { - // Set up a container - Tomcat tomcat = getTomcatInstance(); - // No file system docBase required Context ctx = getProgrammaticRootContext(); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org