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 2013/05/29 01:50:30 UTC

svn commit: r1487169 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/arj/ArjArchiveInputStream.java

Author: sebb
Date: Tue May 28 23:50:29 2013
New Revision: 1487169

URL: http://svn.apache.org/r1487169
Log:
Javadoc

Modified:
    commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/arj/ArjArchiveInputStream.java

Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/arj/ArjArchiveInputStream.java
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/arj/ArjArchiveInputStream.java?rev=1487169&r1=1487168&r2=1487169&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/arj/ArjArchiveInputStream.java (original)
+++ commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/arj/ArjArchiveInputStream.java Tue May 28 23:50:29 2013
@@ -53,7 +53,7 @@ public class ArjArchiveInputStream exten
      * @param inputStream the underlying stream, whose ownership is taken
      * @param charset the charset used for file names and comments
      *   in the archive
-     * @throws IOException
+     * @throws ArchiveException
      */
     public ArjArchiveInputStream(final InputStream inputStream,
             final String charset) throws ArchiveException {
@@ -76,7 +76,7 @@ public class ArjArchiveInputStream exten
      * Constructs the ArjInputStream, taking ownership of the inputStream that is passed in,
      * and using the CP437 character encoding.
      * @param inputStream the underlying stream, whose ownership is taken
-     * @throws IOException
+     * @throws ArchiveException
      */
     public ArjArchiveInputStream(final InputStream inputStream)
             throws ArchiveException {