This commit is contained in:
Gary Gregory 2024-06-23 16:06:47 -04:00
parent c1287cad61
commit 47f02555da
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public class HashMultiSet<E> extends AbstractMapMultiSet<E> implements Serializa
}
/**
* Read the multiset in using a custom routine.
* Deserializes the multiset in using a custom routine.
*
* @param in the input stream
* @throws IOException if an error occurs while reading from the stream