This commit is contained in:
Gary Gregory 2024-06-23 16:05:18 -04:00
parent 6c11a3422a
commit 39b3e09bfe

View File

@ -114,7 +114,7 @@ public final class UnmodifiableOrderedMap<K, V> extends AbstractOrderedMapDecora
} }
/** /**
* Read the map in using a custom routine. * Deseializes 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