This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 043e9b3b33 Simplify logic new 5583e5c5f2 Code clean-up - formatting. No functional change. new 46f2b6bbf6 Regenerate with latest JavaCC (7.0.13) The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: java/org/apache/el/parser/ELParser.java | 7636 ++++++++++---------- java/org/apache/el/parser/ELParserConstants.java | 321 +- .../org/apache/el/parser/ELParserTokenManager.java | 4529 ++++++------ .../apache/el/parser/ELParserTreeConstants.java | 144 +- java/org/apache/el/parser/JJTELParserState.java | 227 +- java/org/apache/el/parser/Node.java | 111 +- java/org/apache/el/parser/ParseException.java | 338 +- java/org/apache/el/parser/SimpleCharStream.java | 855 ++- java/org/apache/el/parser/SimpleNode.java | 28 +- java/org/apache/el/parser/Token.java | 215 +- java/org/apache/el/parser/TokenMgrError.java | 237 +- 11 files changed, 7348 insertions(+), 7293 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org