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 d074c2d87b436b6e9fe55841c5d9979813ce0c62 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jun 23 15:59:42 2024 -0400 Javadoc --- .../java/org/apache/commons/collections4/map/FixedSizeSortedMap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/collections4/map/FixedSizeSortedMap.java b/src/main/java/org/apache/commons/collections4/map/FixedSizeSortedMap.java index ed5179707..6ea52586f 100644 --- a/src/main/java/org/apache/commons/collections4/map/FixedSizeSortedMap.java +++ b/src/main/java/org/apache/commons/collections4/map/FixedSizeSortedMap.java @@ -146,7 +146,7 @@ public class FixedSizeSortedMap<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