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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git

commit f289fde1967fb8090193d73f756bbd0c0713f1e6
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 4 14:57:59 2026 -0500

    Remove dead comments
---
 src/main/java/org/apache/commons/lang3/text/StrTokenizer.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/lang3/text/StrTokenizer.java 
b/src/main/java/org/apache/commons/lang3/text/StrTokenizer.java
index 6e4f39dc3..66063b417 100644
--- a/src/main/java/org/apache/commons/lang3/text/StrTokenizer.java
+++ b/src/main/java/org/apache/commons/lang3/text/StrTokenizer.java
@@ -496,7 +496,6 @@ public StrMatcher getDelimiterMatcher() {
         return this.delimMatcher;
     }
 
-    // Ignored
     /**
      * Gets the ignored character matcher.
      * <p>
@@ -1044,7 +1043,6 @@ public StrTokenizer setTrimmerMatcher(final StrMatcher 
trimmer) {
         return this;
     }
 
-    // API
     /**
      * Gets the number of tokens found in the String.
      *

Reply via email to