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 6792ee455e Tabs -> spaces 6792ee455e is described below commit 6792ee455eda24aaa32fc02be20ed83c9ce1796f 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 82f287bf16..c310d705c6 100644 --- a/test/org/apache/jasper/compiler/TestGenerator.java +++ b/test/org/apache/jasper/compiler/TestGenerator.java @@ -53,8 +53,8 @@ import org.apache.tomcat.util.compat.JreCompat; 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