This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 9bc20a26655809be0af2d93f840baacb6e4b2225 Author: Mark Thomas <[email protected]> AuthorDate: Fri Aug 2 10:04:07 2019 +0100 Align with 8.5.x. --- test/org/apache/catalina/startup/TestListener.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/org/apache/catalina/startup/TestListener.java b/test/org/apache/catalina/startup/TestListener.java index 3d873e3..cfd62b7 100644 --- a/test/org/apache/catalina/startup/TestListener.java +++ b/test/org/apache/catalina/startup/TestListener.java @@ -31,7 +31,7 @@ import org.apache.catalina.Context; public class TestListener extends TomcatBaseTest { - /** + /* * Check that a ServletContainerInitializer can install a * {@link ServletContextListener} and that it gets initialized. * @throws Exception @@ -48,9 +48,9 @@ public class TestListener extends TomcatBaseTest { Assert.assertTrue(SCL.initialized); } - /** + /* * Check that a {@link ServletContextListener} cannot install a - * {@link javax.servlet.ServletContainerInitializer}. + * {@link ServletContainerInitializer}. * @throws Exception */ @Test --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
