8300867: Fix document issues in java.io

Reviewed-by: alanb, lancea, iris
This commit is contained in:
Per Minborg 2023-01-23 17:53:20 +00:00
parent a7f035db76
commit 4525aa318a
6 changed files with 38 additions and 38 deletions

View file

@ -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