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-collections.git


The following commit(s) were added to refs/heads/master by this push:
     new 40f0f4ace Javadoc
40f0f4ace is described below

commit 40f0f4acea61c45c2f986c0b1f0a0dc5d8f2ce28
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jul 20 10:03:22 2025 -0400

    Javadoc
---
 .../org/apache/commons/collections4/junit/ObjectToStringComparator.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/collections4/junit/ObjectToStringComparator.java
 
b/src/test/java/org/apache/commons/collections4/junit/ObjectToStringComparator.java
index ef9af6092..25ceb16b4 100644
--- 
a/src/test/java/org/apache/commons/collections4/junit/ObjectToStringComparator.java
+++ 
b/src/test/java/org/apache/commons/collections4/junit/ObjectToStringComparator.java
@@ -23,7 +23,7 @@ import java.util.Comparator;
 public final class ObjectToStringComparator implements Comparator<Object>, 
Serializable {
 
     /**
-     * Singleton instance.
+     * The singleton instance.
      */
     public static final ObjectToStringComparator INSTANCE = new 
ObjectToStringComparator();
 

Reply via email to