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 e713a38def66db6b30dd4a0a8e39fa1bdc79c5f2 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jun 23 16:02:19 2024 -0400 Javadoc --- src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java b/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java index 3737fa118..ae73ae17e 100644 --- a/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java +++ b/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java @@ -667,7 +667,7 @@ public class MultiKeyMap<K, V> extends AbstractMapDecorator<MultiKey<? extends K } /** - * 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