This commit is contained in:
Gary Gregory 2024-06-23 15:55:36 -04:00
parent 67a5466bda
commit 9c8db3524d
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ public class TreeBag<E> extends AbstractMapBag<E> implements SortedBag<E>, Seria
}
/**
* 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