Browse Source

Minor typo

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269025 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 24 years ago
parent
commit
cc695c5ea6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/DirectoryScanner.java

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

@@ -844,7 +844,7 @@ strLoop:


/** /**
* Get the names of the files that matched at least one of the include * Get the names of the files that matched at least one of the include
* patterns, an matched none of the exclude patterns.
* patterns, and matched none of the exclude patterns.
* The names are relative to the basedir. * The names are relative to the basedir.
* *
* @return the names of the files * @return the names of the files


Loading…
Cancel
Save