You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/08/06 18:12:05 UTC

[commons-lang] branch master updated: Remove dead inline comment

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


The following commit(s) were added to refs/heads/master by this push:
     new c75d285b7 Remove dead inline comment
c75d285b7 is described below

commit c75d285b7e1a55d815356e3a3ba8065acf97cc2b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Aug 6 14:11:57 2022 -0400

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

diff --git a/src/main/java/org/apache/commons/lang3/CharRange.java b/src/main/java/org/apache/commons/lang3/CharRange.java
index 73180f611..f53772dd2 100644
--- a/src/main/java/org/apache/commons/lang3/CharRange.java
+++ b/src/main/java/org/apache/commons/lang3/CharRange.java
@@ -254,7 +254,6 @@ final class CharRange implements Iterable<Character>, Serializable {
         return iToString;
     }
 
-    // Expansions
     /**
      * <p>Returns an iterator which can be used to walk through the characters described by this range.</p>
      *