Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8030306 | 8u5 | Henry Jen | P3 | Resolved | Fixed | b01 |
Description
"i.e," should be "i.e.,"
"Any operation on that stream requires reading from the BufferedReader
after is it closed will cause an UncheckedIOException to be thrown."
should be
"Any operation on that stream that requires reading from the
BufferedReader after it is closed, will cause an UncheckedIOException to
be thrown."
"Any operation on that stream requires reading from the BufferedReader
after is it closed will cause an UncheckedIOException to be thrown."
should be
"Any operation on that stream that requires reading from the
BufferedReader after it is closed, will cause an UncheckedIOException to
be thrown."
Attachments
Issue Links
- backported by
-
JDK-8030306 BufferedReader.lines() javadoc typo should be fixed
- Resolved