This commit is contained in:
Gary Gregory 2024-06-23 15:58:56 -04:00
parent 1de53c1409
commit 685fbc851f

View File

@ -177,7 +177,7 @@ public class DefaultedMap<K, V> extends AbstractMapDecorator<K, V> 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