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 aab82d37d1bbf7e2fb234d4076b47cc605ee4fff Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jun 23 16:00:28 2024 -0400 Javadoc --- src/main/java/org/apache/commons/collections4/map/HashedMap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/collections4/map/HashedMap.java b/src/main/java/org/apache/commons/collections4/map/HashedMap.java index 445a45e61..5b5d41f1f 100644 --- a/src/main/java/org/apache/commons/collections4/map/HashedMap.java +++ b/src/main/java/org/apache/commons/collections4/map/HashedMap.java @@ -99,7 +99,7 @@ public class HashedMap<K, V> } /** - * Read the map in using a custom routine. + * Deserializes the map in using a custom routine. * * @param in the input stream * @throws IOException if an error occurs while reading from the stream