Hi again,
Second ever patch to DirectoryScanner.
The comments to not agree with the code, the interface being implemented or with my dictionary. Correct me if I am wrong but they are completely misleading.
Jim
Index: DirectoryScanner.java
===================================================================
RCS file:
/home/cvspublic/jakarta-ant/src/main/org/apache/tools/ant/DirectoryScanner.java,v
retrieving revision 1.28
diff -u -r1.28 DirectoryScanner.java
--- DirectoryScanner.java 25 Jul 2002 15:21:01 -0000 1.28
+++ DirectoryScanner.java 20 Aug 2002 03:02:18 -0000
@@ -853,11 +853,13 @@
}
/**
- * Returns the names of the files which were selected. The names
- * are relative to the base directory. This involves performing
+ * Returns the names of the files which were selected out and therefore
+ * not ultimately included.
+ * <p>
+ * 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 selected.
+ * @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
+ * Returns the names of the directories which were selected out and
+ * therefore not ultimately included.
+ * <p>
+ * 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
*/-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
