bruce 2002/08/20 14:53:14
Modified: src/main/org/apache/tools/ant DirectoryScanner.java
Log:
Correct javadoc strings on methods that list deselected files and
directories to indicate that they do in fact list files that have
NOT been selected.
Submitted by: [EMAIL PROTECTED] (Jim Wright)
Revision Changes Path
1.29 +12 -8
jakarta-ant/src/main/org/apache/tools/ant/DirectoryScanner.java
Index: DirectoryScanner.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/DirectoryScanner.java,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- DirectoryScanner.java 25 Jul 2002 15:21:01 -0000 1.28
+++ DirectoryScanner.java 20 Aug 2002 21:53:13 -0000 1.29
@@ -853,11 +853,13 @@
}
/**
- * 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.
+ * <p>Returns the names of the files which were selected out and
+ * therefore not ultimately included.</p>
*
- * @return the names of the files which were selected.
+ * <p>The names are relative to the base directory. This involves
+ * performing a slow scan if one has not already been completed.</p>
+ *
+ * @return the names of the files which were deselected.
*
* @see #slowScan
*/
@@ -930,11 +932,13 @@
}
/**
- * 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.
+ * <p>Returns the names of the directories which were selected out and
+ * therefore not ultimately included.</p>
+ *
+ * <p>The names are relative to the base directory. This involves
+ * performing a slow scan if one has not already been completed.</p>
*
- * @return the names of the directories which were selected.
+ * @return the names of the directories which were deselected.
*
* @see #slowScan
*/
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>