Details
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8000333 | 8 | Dan Xu | P5 | Resolved | Fixed | b61 |
Description
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.
Attachments
Issue Links
- backported by
-
JDK-8000333 Typo in : java.io.ObjectOutputStream.reset() "refered"
- Resolved
-
JDK-8000334 Typo in : java.io.ObjectOutputStream.reset() "refered"
- Resolved