Name: ygR10224 Date: 02/09/2004
Filed By : SPB JCK team (###@###.###)
JDK : 1.5.0-beta2-b37
JCK : 1.5
Problem description
===================
Serialized Form has a typo in javadoc for the method readObject(...)
of the java.util.PriorityQueue class:
...
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
Reconstitute the ArrayList instance from a stream (that is, deserialize it).
^^^^^^^^^
...
======================================================================
Filed By : SPB JCK team (###@###.###)
JDK : 1.5.0-beta2-b37
JCK : 1.5
Problem description
===================
Serialized Form has a typo in javadoc for the method readObject(...)
of the java.util.PriorityQueue class:
...
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
Reconstitute the ArrayList instance from a stream (that is, deserialize it).
^^^^^^^^^
...
======================================================================