From 50cdd26c003d676f65ebe11197f605ffab9c63db Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 23 Jun 2024 16:05:40 -0400 Subject: [PATCH] Javadoc --- .../apache/commons/collections4/map/UnmodifiableSortedMap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/collections4/map/UnmodifiableSortedMap.java b/src/main/java/org/apache/commons/collections4/map/UnmodifiableSortedMap.java index ece4f2865..dc16f1c86 100644 --- a/src/main/java/org/apache/commons/collections4/map/UnmodifiableSortedMap.java +++ b/src/main/java/org/apache/commons/collections4/map/UnmodifiableSortedMap.java @@ -126,7 +126,7 @@ public final class UnmodifiableSortedMap } /** - * 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