Browse Source

typo

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277147 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 20 years ago
parent
commit
77a6d300bb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Delete.java

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

@@ -49,7 +49,7 @@ import org.apache.tools.ant.types.selectors.modifiedselector.ModifiedSelector;
* using the include/exclude syntax. The deltree task would delete a
* directory tree. This task combines the functionality of these two
* originally distinct tasks.
* <p>Currently Delete extends MatchingTask. This is intend <i>only</i>
* <p>Currently Delete extends MatchingTask. This is intended <i>only</i>
* to provide backwards compatibility for a release. The future position
* is to use nested filesets exclusively.</p>
*


Loading…
Cancel
Save