You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gr...@apache.org on 2009/04/19 14:17:18 UTC

svn commit: r766457 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/changes/ChangeSet.java

Author: grobmeier
Date: Sun Apr 19 12:17:18 2009
New Revision: 766457

URL: http://svn.apache.org/viewvc?rev=766457&view=rev
Log:
improved javadocs

Modified:
    commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/changes/ChangeSet.java

Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/changes/ChangeSet.java
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/changes/ChangeSet.java?rev=766457&r1=766456&r2=766457&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/changes/ChangeSet.java (original)
+++ commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/changes/ChangeSet.java Sun Apr 19 12:17:18 2009
@@ -70,6 +70,8 @@
     
     /**
      * Adds a new archive entry to the archive.
+     * If replace is set to true, this change will replace all other additions
+     * done in this ChangeSet and all existing entries in the original stream.
      * 
      * @param pEntry
      *            the entry to add