This commit is contained in:
Gary Gregory 2024-06-23 16:00:05 -04:00
parent d074c2d87b
commit f11f3699e8

View File

@ -1020,7 +1020,7 @@ public class Flat3Map<K, V> implements IterableMap<K, V>, Serializable, Cloneabl
} }
/** /**
* Read the map in using a custom routine. * Deserializes the map in using a custom routine.
* *
* @param in the input stream * @param in the input stream
* @throws IOException if an error occurs while reading from the stream * @throws IOException if an error occurs while reading from the stream