This commit is contained in:
Gary Gregory 2024-06-23 16:03:04 -04:00
parent 6de20f9ddc
commit 5c1206fc23
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ public class PassiveExpiringMap<K, V>
} }
/** /**
* 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