This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new 81b727b86a Consistent method names and fix typo
81b727b86a is described below

commit 81b727b86aee1bdd4085969ab9e14720912dc675
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 92c3c85472..e6db2270f5 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

Reply via email to