mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8247896: Invalid (@throw) tags in 2 java.io classes
Reviewed-by: mchung
This commit is contained in:
parent
6c2c0563eb
commit
510354452f
2 changed files with 2 additions and 2 deletions
|
@ -121,7 +121,7 @@ public class SequenceInputStream extends InputStream {
|
|||
* skipped over) from the current underlying input stream
|
||||
* without blocking or {@code 0} if this input stream
|
||||
* has been closed by invoking its {@link #close()} method
|
||||
* @throw IOException if an I/O error occurs.
|
||||
* @throws IOException if an I/O error occurs.
|
||||
*
|
||||
* @since 1.1
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue