This commit is contained in:
Gary Gregory 2024-06-23 15:55:13 -04:00
parent 0893f056d0
commit 67a5466bda

View File

@ -60,7 +60,7 @@ public class HashBag<E> extends AbstractMapBag<E> implements Serializable {
}
/**
* Read the bag in using a custom routine.
* Deserializes the bag in using a custom routine.
*
* @param in the input stream
* @throws IOException if an error occurs while reading from the stream