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 8b1b53baef Tabs -> spaces 8b1b53baef is described below commit 8b1b53baefabfe360fce1e1473087bb13dcb16fc Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed May 7 13:41:34 2025 +0100 Tabs -> spaces --- test/org/apache/jasper/compiler/TestGenerator.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/org/apache/jasper/compiler/TestGenerator.java b/test/org/apache/jasper/compiler/TestGenerator.java index b098bf983d..17d088191b 100644 --- a/test/org/apache/jasper/compiler/TestGenerator.java +++ b/test/org/apache/jasper/compiler/TestGenerator.java @@ -52,8 +52,8 @@ import org.apache.tomcat.util.buf.ByteChunk; public class TestGenerator extends TomcatBaseTest { - private static final String NEW_LINE = System.lineSeparator(); - + private static final String NEW_LINE = System.lineSeparator(); + @Test public void testBug45015a() throws Exception { getTomcatInstanceTestWebapp(false, true); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org