This commit is contained in:
Gary Gregory 2024-06-23 15:58:12 -04:00
parent 09854e889b
commit 24cc228ca6
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public abstract class AbstractSerializableListDecorator<E>
}
/**
* Read the list in using a custom routine.
* Deserializes the list in using a custom routine.
*
* @param in the input stream
* @throws IOException if an error occurs while reading from the stream