This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new a4da189aed Consistent method names and fix typo a4da189aed is described below commit a4da189aede74e0d58c905355d1d9fcbaeb5e32c 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 2171f78bc2..993b602a80 100644 --- a/test/org/apache/el/parser/TesterGenerateIdentifierRanges.java +++ b/test/org/apache/el/parser/TesterGenerateIdentifierRanges.java @@ -59,11 +59,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