From 1de53c14096ea858cc152c22ec6a620fdbb42e2e Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 23 Jun 2024 15:58:34 -0400 Subject: [PATCH] Javadoc --- .../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 extends AbstractHashedMap 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