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 c45b53e294e04bac2acbd91468a0226e539eaa68 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jun 23 16:08:17 2024 -0400 Javadoc --- .../commons/collections4/set/AbstractSerializableSetDecorator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/collections4/set/AbstractSerializableSetDecorator.java b/src/main/java/org/apache/commons/collections4/set/AbstractSerializableSetDecorator.java index a82768a0a..918d34b1b 100644 --- a/src/main/java/org/apache/commons/collections4/set/AbstractSerializableSetDecorator.java +++ b/src/main/java/org/apache/commons/collections4/set/AbstractSerializableSetDecorator.java @@ -45,7 +45,7 @@ public abstract class AbstractSerializableSetDecorator<E> } /** - * Read the set in using a custom routine. + * Deserializes the set in using a custom routine. * * @param in the input stream * @throws IOException if an error occurs while reading from the stream