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 6b1e2fd401d86eb5c9de8e1d6567888da9cf4304
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jun 23 16:04:34 2024 -0400

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

diff --git 
a/src/main/java/org/apache/commons/collections4/map/TransformedMap.java 
b/src/main/java/org/apache/commons/collections4/map/TransformedMap.java
index faa75a05b..ebc148836 100644
--- a/src/main/java/org/apache/commons/collections4/map/TransformedMap.java
+++ b/src/main/java/org/apache/commons/collections4/map/TransformedMap.java
@@ -167,7 +167,7 @@ public class TransformedMap<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

Reply via email to