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 2dd72023e Javadoc
2dd72023e is described below

commit 2dd72023e4f222dd58da8eb5b1de1f1550cbab3f
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Apr 25 08:05:25 2024 -0400

    Javadoc
---
 src/main/java/org/apache/commons/lang3/stream/LangCollectors.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/lang3/stream/LangCollectors.java 
b/src/main/java/org/apache/commons/lang3/stream/LangCollectors.java
index 6abc27fdd..1363bda92 100644
--- a/src/main/java/org/apache/commons/lang3/stream/LangCollectors.java
+++ b/src/main/java/org/apache/commons/lang3/stream/LangCollectors.java
@@ -31,7 +31,7 @@ import java.util.stream.Collectors;
 import org.apache.commons.lang3.StringUtils;
 
 /**
- * Implementations of {@link Collector} that implement various useful 
reduction operations.
+ * Implementations of {@link Collector} that implement various reduction 
operations.
  * <p>
  * This class is called {@code LangCollectors} instead of {@code Collectors} 
to avoid clashes with {@link Collectors}.
  * </p>

Reply via email to