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 67a5466bda6ab7e3d2d4b6dc1c927cbb2292b0fe Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jun 23 15:55:13 2024 -0400 Javadoc --- src/main/java/org/apache/commons/collections4/bag/HashBag.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/collections4/bag/HashBag.java b/src/main/java/org/apache/commons/collections4/bag/HashBag.java index 7318492a4..a8b4cb47e 100644 --- a/src/main/java/org/apache/commons/collections4/bag/HashBag.java +++ b/src/main/java/org/apache/commons/collections4/bag/HashBag.java @@ -60,7 +60,7 @@ public class HashBag<E> extends AbstractMapBag<E> implements Serializable { } /** - * Read the bag in using a custom routine. + * Deserializes the bag in using a custom routine. * * @param in the input stream * @throws IOException if an error occurs while reading from the stream