Browse Source

Fixed javadoc of Zip.addZipfileset

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268552 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 24 years ago
parent
commit
a12e3aa77b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/main/org/apache/tools/ant/taskdefs/Zip.java

+ 2
- 1
src/main/org/apache/tools/ant/taskdefs/Zip.java View File

@@ -114,7 +114,8 @@ public class Zip extends MatchingTask {
}

/**
* @deprecated addPrefixedfileset is deprecated; replaced by ZipFileSet
* Adds a set of files (nested zipfileset attribute) that can be
* read from an archive and be given a prefix/fullpath.
*/
public void addZipfileset(ZipFileSet set) {
filesets.addElement(set);


Loading…
Cancel
Save