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 c36c4ee061 Prepare for automated formatting c36c4ee061 is described below commit c36c4ee061587cd09d689c03cd40cf76d194c1f6 Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Aug 29 18:10:16 2025 +0100 Prepare for automated formatting --- test/javax/servlet/http/TestHttpServletResponseSendError.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/javax/servlet/http/TestHttpServletResponseSendError.java b/test/javax/servlet/http/TestHttpServletResponseSendError.java index 4566dbcf26..051a0149f6 100644 --- a/test/javax/servlet/http/TestHttpServletResponseSendError.java +++ b/test/javax/servlet/http/TestHttpServletResponseSendError.java @@ -45,7 +45,8 @@ import org.apache.tomcat.util.descriptor.web.ErrorPage; @RunWith(Parameterized.class) public class TestHttpServletResponseSendError extends TomcatBaseTest { - /* + /* @formatter:off + * * Implementation notes: * Original Request * - async @@ -57,6 +58,8 @@ public class TestHttpServletResponseSendError extends TomcatBaseTest { * - async * - complete * - dispatch + * + * @formatter:on */ private enum AsyncErrorPoint { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org