Author: sebb
Date: Wed Apr 15 12:14:10 2009
New Revision: 765150

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

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=765150&r1=765149&r2=765150&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
 Wed Apr 15 12:14:10 2009
@@ -47,10 +47,10 @@
     }
 
     /**
-     * Deletes the file with the filename from the archive. 
+     * Deletes the directory tree from the archive. 
      * 
      * @param dirName
-     *            the filename of the file to delete
+     *            the name of the directory tree to delete
      */
     public void deleteDir(final String dirName) {
         addDeletion(new Change(dirName, Change.TYPE_DELETE_DIR));


Reply via email to