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 1de53c14096ea858cc152c22ec6a620fdbb42e2e
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jun 23 15:58:34 2024 -0400

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

diff --git 
a/src/main/java/org/apache/commons/collections4/map/CaseInsensitiveMap.java 
b/src/main/java/org/apache/commons/collections4/map/CaseInsensitiveMap.java
index 09986d7e8..6b54b167e 100644
--- a/src/main/java/org/apache/commons/collections4/map/CaseInsensitiveMap.java
+++ b/src/main/java/org/apache/commons/collections4/map/CaseInsensitiveMap.java
@@ -152,7 +152,7 @@ public class CaseInsensitiveMap<K, V> extends 
AbstractHashedMap<K, V> implements
     }
 
     /**
-     * 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