This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new bba3a06fd5 Fix IDE warning
bba3a06fd5 is described below
commit bba3a06fd5353becdf745e3517bf6b050ae38b77
Author: Mark Thomas <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]