You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2009/08/19 19:18:54 UTC

svn commit: r805895 - /commons/proper/io/trunk/src/java/org/apache/commons/io/input/TaggedInputStream.java

Author: sebb
Date: Wed Aug 19 17:18:54 2009
New Revision: 805895

URL: http://svn.apache.org/viewvc?rev=805895&view=rev
Log:
Javadoc fixes

Modified:
    commons/proper/io/trunk/src/java/org/apache/commons/io/input/TaggedInputStream.java

Modified: commons/proper/io/trunk/src/java/org/apache/commons/io/input/TaggedInputStream.java
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/src/java/org/apache/commons/io/input/TaggedInputStream.java?rev=805895&r1=805894&r2=805895&view=diff
==============================================================================
--- commons/proper/io/trunk/src/java/org/apache/commons/io/input/TaggedInputStream.java (original)
+++ commons/proper/io/trunk/src/java/org/apache/commons/io/input/TaggedInputStream.java Wed Aug 19 17:18:54 2009
@@ -44,7 +44,7 @@
  * }
  * </pre>
  * <p>
- * Alternatively, the {@link #throwIfCauseOf(Exception)} method can be
+ * Alternatively, the {@link #throwIfCauseOf(Throwable)} method can be
  * used to let higher levels of code handle the exception caused by this
  * stream while other processing errors are being taken care of at this
  * lower level.
@@ -80,7 +80,7 @@
     /**
      * Tests if the given exception was caused by this stream.
      *
-     * @param throwable an exception
+     * @param exception an exception
      * @return <code>true</code> if the exception was thrown by this stream,
      *         <code>false</code> otherwise
      */