Skip to content

Commit a7757d0

Browse files
committed
Javadoc fixes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@805895 13f79535-47bb-0310-9956-ffa450edef68
1 parent dbc19f8 commit a7757d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/java/org/apache/commons/io/input/TaggedInputStream.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
* }
4545
* </pre>
4646
* <p>
47-
* Alternatively, the {@link #throwIfCauseOf(Exception)} method can be
47+
* Alternatively, the {@link #throwIfCauseOf(Throwable)} method can be
4848
* used to let higher levels of code handle the exception caused by this
4949
* stream while other processing errors are being taken care of at this
5050
* lower level.
@@ -80,7 +80,7 @@ public TaggedInputStream(InputStream proxy) {
8080
/**
8181
* Tests if the given exception was caused by this stream.
8282
*
83-
* @param throwable an exception
83+
* @param exception an exception
8484
* @return <code>true</code> if the exception was thrown by this stream,
8585
* <code>false</code> otherwise
8686
*/

0 commit comments

Comments
 (0)