mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8300867: Fix document issues in java.io
Reviewed-by: alanb, lancea, iris
This commit is contained in:
parent
a7f035db76
commit
4525aa318a
6 changed files with 38 additions and 38 deletions
|
@ -342,7 +342,7 @@ public class BufferedInputStream extends FilterInputStream {
|
|||
*
|
||||
* </ul> If the first {@code read} on the underlying stream returns
|
||||
* {@code -1} to indicate end-of-file then this method returns
|
||||
* {@code -1}. Otherwise this method returns the number of bytes
|
||||
* {@code -1}. Otherwise, this method returns the number of bytes
|
||||
* actually read.
|
||||
*
|
||||
* <p> Subclasses of this class are encouraged, but not required, to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue