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 9fa70d9459cf57caba592252718f1d21cd139c87
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jun 23 16:04:12 2024 -0400

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

diff --git 
a/src/main/java/org/apache/commons/collections4/map/ReferenceMap.java 
b/src/main/java/org/apache/commons/collections4/map/ReferenceMap.java
index 91575b9e5..7c5a12482 100644
--- a/src/main/java/org/apache/commons/collections4/map/ReferenceMap.java
+++ b/src/main/java/org/apache/commons/collections4/map/ReferenceMap.java
@@ -174,7 +174,7 @@ public class ReferenceMap<K, V> extends 
AbstractReferenceMap<K, V> implements Se
     }
 
     /**
-     * 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