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 5d47c04 Fix incorrect indent 5d47c04 is described below commit 5d47c040a6e1d146babd89a5dc02beb3505330b8 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Sep 23 19:56:13 2021 +0100 Fix incorrect indent --- java/org/apache/jasper/compiler/JspConfig.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/java/org/apache/jasper/compiler/JspConfig.java b/java/org/apache/jasper/compiler/JspConfig.java index 1218bde..f63109a 100644 --- a/java/org/apache/jasper/compiler/JspConfig.java +++ b/java/org/apache/jasper/compiler/JspConfig.java @@ -329,8 +329,7 @@ public class JspConfig { String isELIgnored = defaultIsELIgnored; String isScriptingInvalid = defaultIsScriptingInvalid; String pageEncoding = null; - String isDeferedSyntaxAllowedAsLiteral = - defaultDeferedSyntaxAllowedAsLiteral; + String isDeferedSyntaxAllowedAsLiteral = defaultDeferedSyntaxAllowedAsLiteral; String isTrimDirectiveWhitespaces = defaultTrimDirectiveWhitespaces; String defaultContentType = defaultDefaultContentType; String buffer = defaultBuffer; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org