Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8175751 | 10 | Sean Coffey | P4 | Resolved | Fixed | b02 |
A DESCRIPTION OF THE PROBLEM :
In the documentation of java.io.FilterOutputStream.write(byte[],int,int) method the following sentence "Note that this method does not call the write method of its underlying input stream with the same arguments." should be replaced by "Note that this method does not call the write method of its underlying output stream with the same arguments."
URL OF FAULTY DOCUMENTATION :
https://docs.oracle.com/javase/8/docs/api/java/io/FilterOutputStream.html#write-byte:A-int-int-
In the documentation of java.io.FilterOutputStream.write(byte[],int,int) method the following sentence "Note that this method does not call the write method of its underlying input stream with the same arguments." should be replaced by "Note that this method does not call the write method of its underlying output stream with the same arguments."
URL OF FAULTY DOCUMENTATION :
https://docs.oracle.com/javase/8/docs/api/java/io/FilterOutputStream.html#write-byte:A-int-int-
- backported by
-
JDK-8175751 FilterOutputStream.write(byte[],int,int) javadoc correction
-
- Resolved
-
- duplicates
-
JDK-8179005 Typo in FilterOutputStream.write Java API Documentation
-
- Closed
-