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 2015/02/16 17:43:44 UTC

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

Author: sebb
Date: Mon Feb 16 16:43:44 2015
New Revision: 1660161

URL: http://svn.apache.org/r1660161
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=1660161&r1=1660160&r2=1660161&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 Mon Feb 16 16:43:44 2015
@@ -52,7 +52,7 @@ public class ArjArchiveInputStream exten
      * Constructs the ArjInputStream, taking ownership of the inputStream that is passed in.
      * @param inputStream the underlying stream, whose ownership is taken
      * @param charsetName the charset used for file names and comments
-     *   in the archive
+     *   in the archive. May be {@code null} to use the platform default.
      * @throws ArchiveException
      */
     public ArjArchiveInputStream(final InputStream inputStream,