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 6839d80f52 Add null coalescing operator to comment 6839d80f52 is described below commit 6839d80f526e8198130b2523425bf019d445ae4d Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Jun 19 16:33:24 2025 +0100 Add null coalescing operator to comment --- java/org/apache/el/parser/ELParser.jjt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/el/parser/ELParser.jjt b/java/org/apache/el/parser/ELParser.jjt index 7879fd7e5e..982dc4e38c 100644 --- a/java/org/apache/el/parser/ELParser.jjt +++ b/java/org/apache/el/parser/ELParser.jjt @@ -148,7 +148,7 @@ void LambdaExpressionOrInvocation() #LambdaExpression : {} /* * Ternary - * For '?:' '? :', then Or + * For '??' '?:' '? :', then Or */ void Ternary() : {} { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org