提交 0e496345 编写于 作者: D darcy

6799462: Minor typo (wrong word) in JavaDoc for InputStream.read(byte[] b) method

Reviewed-by: sherman, martin
上级 1110bc94
...@@ -90,7 +90,7 @@ public abstract class InputStream implements Closeable { ...@@ -90,7 +90,7 @@ public abstract class InputStream implements Closeable {
* *
* @param b the buffer into which the data is read. * @param b the buffer into which the data is read.
* @return the total number of bytes read into the buffer, or * @return the total number of bytes read into the buffer, or
* <code>-1</code> is there is no more data because the end of * <code>-1</code> if there is no more data because the end of
* the stream has been reached. * the stream has been reached.
* @exception IOException If the first byte cannot be read for any reason * @exception IOException If the first byte cannot be read for any reason
* other than the end of the file, if the input stream has been closed, or * other than the end of the file, if the input stream has been closed, or
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册