diff --git a/src/main/org/apache/tools/ant/DirectoryScanner.java b/src/main/org/apache/tools/ant/DirectoryScanner.java index 16baf90cc..9ba2b321d 100644 --- a/src/main/org/apache/tools/ant/DirectoryScanner.java +++ b/src/main/org/apache/tools/ant/DirectoryScanner.java @@ -853,11 +853,13 @@ public class DirectoryScanner implements FileScanner, SelectorScanner { } /** - * Returns the names of the files which were selected. The names - * are relative to the base directory. This involves performing - * a slow scan if one has not already been completed. + *
Returns the names of the files which were selected out and + * therefore not ultimately included.
* - * @return the names of the files which were selected. + *The names are relative to the base directory. This involves + * performing a slow scan if one has not already been completed.
+ * + * @return the names of the files which were deselected. * * @see #slowScan */ @@ -930,11 +932,13 @@ public class DirectoryScanner implements FileScanner, SelectorScanner { } /** - * Returns the names of the directories which were selected. The names - * are relative to the base directory. This involves performing a - * slow scan if one has not already been completed. + *Returns the names of the directories which were selected out and + * therefore not ultimately included.
+ * + *The names are relative to the base directory. This involves + * performing a slow scan if one has not already been completed.
* - * @return the names of the directories which were selected. + * @return the names of the directories which were deselected. * * @see #slowScan */