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 f11f3699e8f8cb01ecbabf7aeac8c626fb94f854
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jun 23 16:00:05 2024 -0400

    Javadoc
---
 src/main/java/org/apache/commons/collections4/map/Flat3Map.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/collections4/map/Flat3Map.java 
b/src/main/java/org/apache/commons/collections4/map/Flat3Map.java
index 02f61e740..4e8637b8a 100644
--- a/src/main/java/org/apache/commons/collections4/map/Flat3Map.java
+++ b/src/main/java/org/apache/commons/collections4/map/Flat3Map.java
@@ -1020,7 +1020,7 @@ public class Flat3Map<K, V> implements IterableMap<K, V>, 
Serializable, Cloneabl
     }
 
     /**
-     * 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

Reply via email to