You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2014/08/11 15:39:17 UTC

svn commit: r1617282 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.java

Author: bodewig
Date: Mon Aug 11 13:39:17 2014
New Revision: 1617282

URL: http://svn.apache.org/r1617282
Log:
clarify comment

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

Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.java
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.java?rev=1617282&r1=1617281&r2=1617282&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.java (original)
+++ commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZArchiveEntry.java Mon Aug 11 13:39:17 2014
@@ -116,7 +116,7 @@ public class SevenZArchiveEntry implemen
     /**
      * Sets whether this is an "anti-item" used in differential backups,
      * meaning it should delete the same file from a previous backup.
-     * @param isAntiItem true if it is an ait-item, false otherwise 
+     * @param isAntiItem true if it is an anti-item, false otherwise 
      */
     public void setAntiItem(boolean isAntiItem) {
         this.isAntiItem = isAntiItem;
@@ -414,7 +414,7 @@ public class SevenZArchiveEntry implemen
      *
      * <p>Currently only {@link SevenZMethod#COPY}, {@link
      * SevenZMethod#LZMA2}, {@link SevenZMethod#BZIP2} and {@link
-     * SevenZMethod#DEFLATE} are supported.</p>
+     * SevenZMethod#DEFLATE} are supported when writing archives.</p>
      *
      * <p>The methods will be consulted in iteration order to create
      * the final output.</p>
@@ -439,7 +439,7 @@ public class SevenZArchiveEntry implemen
      *
      * <p>Currently only {@link SevenZMethod#COPY}, {@link
      * SevenZMethod#LZMA2}, {@link SevenZMethod#BZIP2} and {@link
-     * SevenZMethod#DEFLATE} are supported.</p>
+     * SevenZMethod#DEFLATE} are supported when writing archives.</p>
      *
      * <p>The methods will be consulted in iteration order to create
      * the final output.</p>