Skip to content

Commit

Permalink
Added wording provided by Alan Bateman in CSR discussion: 'The reader…
Browse files Browse the repository at this point in the history
… is initially opened and reading starts at the first character in the sequence.'
  • Loading branch information
mkarg committed Oct 21, 2024
1 parent 8b70ac8 commit 6666f02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/java.base/share/classes/java/io/Reader.java
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ public void close() {
* Returns a {@code Reader} that reads characters from a
* {@code CharSequence}.
*
* Reading starts at the first character in the sequence.
* The reader is initially opened and reading starts at the
* first character in the sequence.
*
* <p> The resulting reader is not safe for use by multiple
* concurrent threads. If the reader is to be used by more than one
Expand Down

0 comments on commit 6666f02

Please sign in to comment.