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

commit 108bac12043ea49864d5a7ead2ba7d921f493350
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jun 23 16:08:39 2024 -0400

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

diff --git 
a/src/main/java/org/apache/commons/collections4/set/UnmodifiableNavigableSet.java
 
b/src/main/java/org/apache/commons/collections4/set/UnmodifiableNavigableSet.java
index cf4b74e00..bfc12038f 100644
--- 
a/src/main/java/org/apache/commons/collections4/set/UnmodifiableNavigableSet.java
+++ 
b/src/main/java/org/apache/commons/collections4/set/UnmodifiableNavigableSet.java
@@ -129,7 +129,7 @@ public final class UnmodifiableNavigableSet<E>
     }
 
     /**
-     * Read the collection in using a custom routine.
+     * Deserializes the collection in using a custom routine.
      *
      * @param in  the input stream
      * @throws IOException if an error occurs while reading from the stream

Reply via email to