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 47f02555da7e08a6b55b12889b564ded626b42b0 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jun 23 16:06:47 2024 -0400 Javadoc --- .../java/org/apache/commons/collections4/multiset/HashMultiSet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/collections4/multiset/HashMultiSet.java b/src/main/java/org/apache/commons/collections4/multiset/HashMultiSet.java index ececfd077..5930a0ba0 100644 --- a/src/main/java/org/apache/commons/collections4/multiset/HashMultiSet.java +++ b/src/main/java/org/apache/commons/collections4/multiset/HashMultiSet.java @@ -58,7 +58,7 @@ public class HashMultiSet<E> extends AbstractMapMultiSet<E> implements Serializa } /** - * Read the multiset in using a custom routine. + * Deserializes the multiset in using a custom routine. * * @param in the input stream * @throws IOException if an error occurs while reading from the stream