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 b32379cefea19ba107d0cfa6f4660cc50b398678 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jun 23 16:09:01 2024 -0400 Javadoc --- .../java/org/apache/commons/collections4/set/UnmodifiableSortedSet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/collections4/set/UnmodifiableSortedSet.java b/src/main/java/org/apache/commons/collections4/set/UnmodifiableSortedSet.java index b9d786085..9c398dcb8 100644 --- a/src/main/java/org/apache/commons/collections4/set/UnmodifiableSortedSet.java +++ b/src/main/java/org/apache/commons/collections4/set/UnmodifiableSortedSet.java @@ -99,7 +99,7 @@ public final class UnmodifiableSortedSet<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