提交 5e50cfc3 编写于 作者: H henryjen

8029483: BufferedReader.lines() javadoc typo should be fixed

Reviewed-by: mduigou
上级 756303fc
...@@ -533,7 +533,7 @@ public class BufferedReader extends Reader { ...@@ -533,7 +533,7 @@ public class BufferedReader extends Reader {
/** /**
* Returns a {@code Stream}, the elements of which are lines read from * Returns a {@code Stream}, the elements of which are lines read from
* this {@code BufferedReader}. The {@link Stream} is lazily populated, * this {@code BufferedReader}. The {@link Stream} is lazily populated,
* i.e, read only occurs during the * i.e., read only occurs during the
* <a href="../util/stream/package-summary.html#StreamOps">terminal * <a href="../util/stream/package-summary.html#StreamOps">terminal
* stream operation</a>. * stream operation</a>.
* *
...@@ -550,8 +550,8 @@ public class BufferedReader extends Reader { ...@@ -550,8 +550,8 @@ public class BufferedReader extends Reader {
* UncheckedIOException} which will be thrown from the {@code Stream} * UncheckedIOException} which will be thrown from the {@code Stream}
* method that caused the read to take place. This method will return a * method that caused the read to take place. This method will return a
* Stream if invoked on a BufferedReader that is closed. Any operation on * Stream if invoked on a BufferedReader that is closed. Any operation on
* that stream requires reading from the BufferedReader after is it closed * that stream that requires reading from the BufferedReader after it is
* will cause an UncheckedIOException to be thrown. * closed, will cause an UncheckedIOException to be thrown.
* *
* @return a {@code Stream<String>} providing the lines of text * @return a {@code Stream<String>} providing the lines of text
* described by this {@code BufferedReader} * described by this {@code BufferedReader}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册