-
Sub-task
-
Resolution: Duplicate
-
P5
-
None
-
7
A DESCRIPTION OF THE PROBLEM :
The full description of the java.io.ObjectOutputStream.reset() method says
Objects previously written to the stream will not be refered to as already being in the stream.
That word is spelled "referred".
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Objects previously written to the stream will not be referred to as already being in the stream.
ACTUAL -
Objects previously written to the stream will not be refered to as already being in the stream.
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/javase/6/docs/api/java/io/ObjectOutputStream.html#reset()
Yep, minor typo.
The full description of the java.io.ObjectOutputStream.reset() method says
Objects previously written to the stream will not be refered to as already being in the stream.
That word is spelled "referred".
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Objects previously written to the stream will not be referred to as already being in the stream.
ACTUAL -
Objects previously written to the stream will not be refered to as already being in the stream.
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/javase/6/docs/api/java/io/ObjectOutputStream.html#reset()
Yep, minor typo.
- backport of
-
JDK-6910472 Typo in : java.io.ObjectOutputStream.reset() "refered"
- Resolved