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 98567a90ea003a5e0fa68837b88ecbd00a7308b5
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 4 14:59:56 2026 -0500

    Remove dead comments
---
 src/main/java/org/apache/commons/lang3/CharSet.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/lang3/CharSet.java 
b/src/main/java/org/apache/commons/lang3/CharSet.java
index 4ee56bc48..a97a54d56 100644
--- a/src/main/java/org/apache/commons/lang3/CharSet.java
+++ b/src/main/java/org/apache/commons/lang3/CharSet.java
@@ -230,7 +230,6 @@ public boolean contains(final char ch) {
         }
     }
 
-    // Basics
     /**
      * Compares two {@link CharSet} objects, returning true if they represent
      * exactly the same set of characters defined in the same way.

Reply via email to