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 2012/07/04 01:45:58 UTC

svn commit: r1357015 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/ArchiveOutputStream.java

Author: sebb
Date: Tue Jul  3 23:45:58 2012
New Revision: 1357015

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

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

Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/ArchiveOutputStream.java
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/ArchiveOutputStream.java?rev=1357015&r1=1357014&r2=1357015&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/ArchiveOutputStream.java (original)
+++ commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/ArchiveOutputStream.java Tue Jul  3 23:45:58 2012
@@ -115,7 +115,7 @@ public abstract class ArchiveOutputStrea
 
     /**
      * Increments the counter of already written bytes.
-     * Doesn't increment if the EOF has been hit (read == -1)
+     * Doesn't increment if the EOF has been hit ({@code written} == -1)
      * 
      * @param written the number of bytes written
      */
@@ -125,7 +125,7 @@ public abstract class ArchiveOutputStrea
 
     /**
      * Increments the counter of already written bytes.
-     * Doesn't increment if the EOF has been hit (read == -1)
+     * Doesn't increment if the EOF has been hit ({@code written} == -1)
      * 
      * @param written the number of bytes written
      * @since 1.1