This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new e5a647b27e Prepare for automated formatting
e5a647b27e is described below
commit e5a647b27e1a4bef53284fd684cdc3cf9597f8cb
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Aug 29 18:10:16 2025 +0100
Prepare for automated formatting
---
test/jakarta/servlet/http/TestHttpServletResponseSendError.java | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/test/jakarta/servlet/http/TestHttpServletResponseSendError.java
b/test/jakarta/servlet/http/TestHttpServletResponseSendError.java
index e31d951e3c..61b995c115 100644
--- a/test/jakarta/servlet/http/TestHttpServletResponseSendError.java
+++ b/test/jakarta/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: [email protected]
For additional commands, e-mail: [email protected]