We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc19f8 commit a7757d0Copy full SHA for a7757d0
1 file changed
src/java/org/apache/commons/io/input/TaggedInputStream.java
@@ -44,7 +44,7 @@
44
* }
45
* </pre>
46
* <p>
47
- * Alternatively, the {@link #throwIfCauseOf(Exception)} method can be
+ * Alternatively, the {@link #throwIfCauseOf(Throwable)} method can be
48
* used to let higher levels of code handle the exception caused by this
49
* stream while other processing errors are being taken care of at this
50
* lower level.
@@ -80,7 +80,7 @@ public TaggedInputStream(InputStream proxy) {
80
/**
81
* Tests if the given exception was caused by this stream.
82
*
83
- * @param throwable an exception
+ * @param exception an exception
84
* @return <code>true</code> if the exception was thrown by this stream,
85
* <code>false</code> otherwise
86
*/
0 commit comments