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 ac53015f84a44f93bd501479a82a6d1a1e393ec1 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jun 23 15:55:58 2024 -0400 Javadoc --- src/main/java/org/apache/commons/collections4/bag/UnmodifiableBag.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/collections4/bag/UnmodifiableBag.java b/src/main/java/org/apache/commons/collections4/bag/UnmodifiableBag.java index b870b414b..9c8f8781c 100644 --- a/src/main/java/org/apache/commons/collections4/bag/UnmodifiableBag.java +++ b/src/main/java/org/apache/commons/collections4/bag/UnmodifiableBag.java @@ -104,7 +104,7 @@ public final class UnmodifiableBag<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