From 1409fd33f64ab15292cc079b4784ec99e70b0cee Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Wed, 12 Sep 2001 15:18:08 +0000 Subject: [PATCH] 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 --- src/main/org/apache/tools/ant/taskdefs/Zip.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/org/apache/tools/ant/taskdefs/Zip.java b/src/main/org/apache/tools/ant/taskdefs/Zip.java index 4b840c461..1fe27b768 100644 --- a/src/main/org/apache/tools/ant/taskdefs/Zip.java +++ b/src/main/org/apache/tools/ant/taskdefs/Zip.java @@ -114,7 +114,6 @@ public class Zip extends MatchingTask { * This is the name/location of where to * create the .zip file. * - * @deprecated Use setFile() instead */ public void setFile(File file) { this.zipFile = file;