File tree 2 files changed +2
-2
lines changed
src/java.base/share/classes/java/io
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ public synchronized void connect(PipedReader snk) throws IOException {
112
112
* Implements the {@code write} method of {@code Writer}.
113
113
*
114
114
* @param c the {@code char} to be written.
115
- * @throw IOException if the pipe is
115
+ * @throws IOException if the pipe is
116
116
* <a href=PipedOutputStream.html#BROKEN> {@code broken}</a>,
117
117
* {@link #connect(java.io.PipedReader) unconnected}, closed
118
118
* or an I/O error occurs.
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ private void peekNextStream() {
121
121
* skipped over) from the current underlying input stream
122
122
* without blocking or {@code 0} if this input stream
123
123
* has been closed by invoking its {@link #close()} method
124
- * @throw IOException if an I/O error occurs.
124
+ * @throws IOException if an I/O error occurs.
125
125
*
126
126
* @since 1.1
127
127
*/
You can’t perform that action at this time.
0 commit comments