Browse Source

Remove deprecated tag as that method is NOT deprecated - gotta love copy-paste documentation ;)

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269685 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 24 years ago
parent
commit
1409fd33f6
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/main/org/apache/tools/ant/taskdefs/Zip.java

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

@@ -114,7 +114,6 @@ public class Zip extends MatchingTask {
* This is the name/location of where to * This is the name/location of where to
* create the .zip file. * create the .zip file.
* *
* @deprecated Use setFile() instead
*/ */
public void setFile(File file) { public void setFile(File file) {
this.zipFile = file; this.zipFile = file;


Loading…
Cancel
Save