Browse Source

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
master
Antoine Levy-Lambert 20 years ago
parent
commit
c8d28cf5ba
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/main/org/apache/tools/ant/taskdefs/Zip.java

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

@@ -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() {


Loading…
Cancel
Save