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 f132cd0649559e49b9919b1928b1d688660f3615 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jun 23 15:56:21 2024 -0400 Javadoc --- .../java/org/apache/commons/collections4/bag/UnmodifiableSortedBag.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/collections4/bag/UnmodifiableSortedBag.java b/src/main/java/org/apache/commons/collections4/bag/UnmodifiableSortedBag.java index 72343cc32..9d7008256 100644 --- a/src/main/java/org/apache/commons/collections4/bag/UnmodifiableSortedBag.java +++ b/src/main/java/org/apache/commons/collections4/bag/UnmodifiableSortedBag.java @@ -101,7 +101,7 @@ public final class UnmodifiableSortedBag<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