From 685fbc851fbfb479fd799d617f113aa9e7089b2c Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 23 Jun 2024 15:58:56 -0400 Subject: [PATCH] Javadoc --- .../java/org/apache/commons/collections4/map/DefaultedMap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/collections4/map/DefaultedMap.java b/src/main/java/org/apache/commons/collections4/map/DefaultedMap.java index 3fdea9a8c..9de42cdc3 100644 --- a/src/main/java/org/apache/commons/collections4/map/DefaultedMap.java +++ b/src/main/java/org/apache/commons/collections4/map/DefaultedMap.java @@ -177,7 +177,7 @@ public class DefaultedMap extends AbstractMapDecorator 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