This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push: new a4d1cb4fe6 Consistent method names and fix typo a4d1cb4fe6 is described below commit a4d1cb4fe6f8b1774f3a8eefc22febeb5141b4a9 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Jun 19 09:45:33 2025 +0100 Consistent method names and fix typo --- test/org/apache/el/parser/TesterGenerateIdentifierRanges.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/org/apache/el/parser/TesterGenerateIdentifierRanges.java b/test/org/apache/el/parser/TesterGenerateIdentifierRanges.java index 97f463a8b1..c5ed7dafc8 100644 --- a/test/org/apache/el/parser/TesterGenerateIdentifierRanges.java +++ b/test/org/apache/el/parser/TesterGenerateIdentifierRanges.java @@ -61,11 +61,11 @@ public class TesterGenerateIdentifierRanges { /* - * Java Digit is all characters where Character.isJavaIdentifierPart(0 returns true that aren't included in Java + * Java Digit is all characters where Character.isJavaIdentifierPart() returns true that aren't included in Java * Letter. */ @Test - public void testJavaDigitRanges() { + public void testGenerateJavaDigitRanges() { int start = 0; int end = 0; boolean inRange = false; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org