This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 5484d6fc11 Fix formatting 5484d6fc11 is described below commit 5484d6fc11d8bf8484370252edac2f8c9ee4a26c Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Sep 18 15:46:14 2023 +0100 Fix formatting --- test/org/apache/catalina/filters/TesterHttpServletResponse.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/org/apache/catalina/filters/TesterHttpServletResponse.java b/test/org/apache/catalina/filters/TesterHttpServletResponse.java index aa9b00a28c..38e8e53617 100644 --- a/test/org/apache/catalina/filters/TesterHttpServletResponse.java +++ b/test/org/apache/catalina/filters/TesterHttpServletResponse.java @@ -201,7 +201,8 @@ public class TesterHttpServletResponse implements HttpServletResponse { } public void recycle() { - /* NOOP */} + /* NOOP */ + } /** * @param b Unused --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org