From c8d28cf5bad7033324108d796f617a46941d1b1a Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Mon, 18 Apr 2005 20:19:10 +0000 Subject: [PATCH] add at since tag for new method git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278144 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/taskdefs/Zip.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/org/apache/tools/ant/taskdefs/Zip.java b/src/main/org/apache/tools/ant/taskdefs/Zip.java index d333152b3..5b4d98ef4 100644 --- a/src/main/org/apache/tools/ant/taskdefs/Zip.java +++ b/src/main/org/apache/tools/ant/taskdefs/Zip.java @@ -1390,6 +1390,7 @@ public class Zip extends MatchingTask { } /** * find out if there are absolutely no resources to add + * @since Ant 1.6.3 * @return true if there are no resources to add */ public boolean isWithoutAnyResources() {