Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6910472

Typo in : java.io.ObjectOutputStream.reset() "refered"

XMLWordPrintable

        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.

              dxu Dan Xu (Inactive)
              ndcosta Nelson Dcosta (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: