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 0d3544b5eaffdc8446ffd4d119cda98b803c8b40 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jun 23 16:07:10 2024 -0400 Javadoc --- .../org/apache/commons/collections4/multiset/UnmodifiableMultiSet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSet.java b/src/main/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSet.java index bf7cf867e..bfdc63cf1 100644 --- a/src/main/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSet.java +++ b/src/main/java/org/apache/commons/collections4/multiset/UnmodifiableMultiSet.java @@ -106,7 +106,7 @@ public final class UnmodifiableMultiSet<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