mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8067127: Tags cleanup
Reviewed-by: rriggs, dfuchs, lancea
This commit is contained in:
parent
739347f093
commit
db3053dcd1
13 changed files with 37 additions and 37 deletions
|
@ -232,8 +232,8 @@ public class BufferedReader extends Reader {
|
|||
* Reads characters into a portion of an array.
|
||||
*
|
||||
* <p> This method implements the general contract of the corresponding
|
||||
* <code>{@link Reader#read(char[], int, int) read}</code> method of the
|
||||
* <code>{@link Reader}</code> class. As an additional convenience, it
|
||||
* {@link Reader#read(char[], int, int) read} method of the
|
||||
* {@link Reader} class. As an additional convenience, it
|
||||
* attempts to read as many characters as possible by repeatedly invoking
|
||||
* the {@code read} method of the underlying stream. This iterated
|
||||
* {@code read} continues until one of the following conditions becomes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue