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 5116bb4d9d Consistent method names and fix typo 5116bb4d9d is described below commit 5116bb4d9da65cdfdb8f62aeaabacc7804fe0392 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 6ac9bd7adc..6229524c8c 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