From a12e3aa77b7f260eb5efe21250c523b5be2f9c70 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 1 Feb 2001 13:14:25 +0000 Subject: [PATCH] Fixed javadoc of Zip.addZipfileset git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268552 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/taskdefs/Zip.java | 3 ++- 1 file changed, 2 insertions(+), 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 341267adc..a5e98c1d0 100644 --- a/src/main/org/apache/tools/ant/taskdefs/Zip.java +++ b/src/main/org/apache/tools/ant/taskdefs/Zip.java @@ -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);