This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit ef0bb84e0ffd2e5153bbfd3b6f48d3e8d619fe1e Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Jun 11 22:24:55 2020 +0100 Fix indent --- test/org/apache/jasper/compiler/TestJspDocumentParser.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/org/apache/jasper/compiler/TestJspDocumentParser.java b/test/org/apache/jasper/compiler/TestJspDocumentParser.java index a38ae6a..0bfd702 100644 --- a/test/org/apache/jasper/compiler/TestJspDocumentParser.java +++ b/test/org/apache/jasper/compiler/TestJspDocumentParser.java @@ -89,7 +89,7 @@ public class TestJspDocumentParser extends TomcatBaseTest { rc = getUrl("http://localhost:" + getPort() + "/test/bug5nnnn/bug54821b.jspx", bc, null); Assert.assertEquals(HttpServletResponse.SC_OK, rc); - } + } @Test public void testSchemaValidation() throws Exception { @@ -120,5 +120,5 @@ public class TestJspDocumentParser extends TomcatBaseTest { Document document = db.parse(path); Assert.assertEquals("urn:valid", document.getDocumentElement().getNamespaceURI()); Assert.assertEquals("root", document.getDocumentElement().getLocalName()); - } + } } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org