mirror of
https://github.com/apache/commons-collections.git
synced 2025-03-02 06:49:18 +00:00
Javadoc
This commit is contained in:
parent
ba4cabc422
commit
c3debe88d9
@ -37,6 +37,13 @@ public class DefaultAbstractLinkedListForJava21Test<E> extends AbstractListTest<
|
|||||||
init();
|
init();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Deserializes an instance from an ObjectInputStream.
|
||||||
|
*
|
||||||
|
* @param in The source ObjectInputStream.
|
||||||
|
* @throws IOException Any of the usual Input/Output related exceptions.
|
||||||
|
* @throws ClassNotFoundException A class of a serialized object cannot be found.
|
||||||
|
*/
|
||||||
private void readObject(final ObjectInputStream in) throws IOException, ClassNotFoundException {
|
private void readObject(final ObjectInputStream in) throws IOException, ClassNotFoundException {
|
||||||
in.defaultReadObject();
|
in.defaultReadObject();
|
||||||
doReadObject(in);
|
doReadObject(in);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user