Name: gm110360 Date: 03/11/2004
A DESCRIPTION OF THE PROBLEM :
I was reading the package description for the java.nio.channels package,
and I noticed that the paragraph on FileChannels (starting with the words
"The FileChannel class supports the usual operations...." ) has two typos:
1) Finally, it defines methods for forcing updates to the file to be written the storage device....
This should say "written to the storage device...." The word "to" is missing.
2) This last operation creates an an....
The word "an" appears twice in a row. One of them should be removed.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Described above.
ACTUAL -
Described above.
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/j2se/1.5.0/docs/api/
(Incident Review ID: 242985)
======================================================================
A DESCRIPTION OF THE PROBLEM :
I was reading the package description for the java.nio.channels package,
and I noticed that the paragraph on FileChannels (starting with the words
"The FileChannel class supports the usual operations...." ) has two typos:
1) Finally, it defines methods for forcing updates to the file to be written the storage device....
This should say "written to the storage device...." The word "to" is missing.
2) This last operation creates an an....
The word "an" appears twice in a row. One of them should be removed.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Described above.
ACTUAL -
Described above.
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/j2se/1.5.0/docs/api/
(Incident Review ID: 242985)
======================================================================
- duplicates
-
JDK-5014494 doc typo on java.nio.channels overview page
-
- Closed
-