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 695f2fbaa3f1ef14cb2922b09a05926964306623 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jun 23 16:00:50 2024 -0400 Javadoc --- src/main/java/org/apache/commons/collections4/map/LRUMap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/collections4/map/LRUMap.java b/src/main/java/org/apache/commons/collections4/map/LRUMap.java index c15ca6be5..1eda0e854 100644 --- a/src/main/java/org/apache/commons/collections4/map/LRUMap.java +++ b/src/main/java/org/apache/commons/collections4/map/LRUMap.java @@ -405,7 +405,7 @@ public class LRUMap<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