Author: grobmeier Date: Fri Apr 24 06:11:26 2009 New Revision: 768153 URL: http://svn.apache.org/viewvc?rev=768153&view=rev Log: improved docs
Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/ArchiveStreamFactory.java Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/ArchiveStreamFactory.java URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/ArchiveStreamFactory.java?rev=768153&r1=768152&r2=768153&view=diff ============================================================================== --- commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/ArchiveStreamFactory.java (original) +++ commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/ArchiveStreamFactory.java Fri Apr 24 06:11:26 2009 @@ -135,7 +135,7 @@ /** * Create an archive input stream from an input stream, autodetecting * the archive type from the first few bytes of the stream. The InputStream - * must support marks. + * must support marks, like BufferedInputStream. * * @param in the input stream * @return the archive input stream