diff --git a/src/main/java/org/apache/commons/collections4/map/FixedSizeSortedMap.java b/src/main/java/org/apache/commons/collections4/map/FixedSizeSortedMap.java index ed5179707..6ea52586f 100644 --- a/src/main/java/org/apache/commons/collections4/map/FixedSizeSortedMap.java +++ b/src/main/java/org/apache/commons/collections4/map/FixedSizeSortedMap.java @@ -146,7 +146,7 @@ public class FixedSizeSortedMap } /** - * 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