donaldp 2002/10/29 14:38:04
Modified: src/main/org/apache/tools/ant DirectoryScanner.java
Log:
Remove unused method
Revision Changes Path
1.30 +1 -13
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.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- DirectoryScanner.java 20 Aug 2002 21:53:13 -0000 1.29
+++ DirectoryScanner.java 29 Oct 2002 22:38:04 -0000 1.30
@@ -366,18 +366,6 @@
}
/**
- * Breaks a path up into a Vector of path elements, tokenizing on
- * <code>File.separator</code>.
- *
- * @param path Path to tokenize. Must not be <code>null</code>.
- *
- * @return a Vector of path elements from the tokenized path
- */
- private static Vector tokenizePath (String path) {
- return SelectorUtils.tokenizePath(path);
- }
-
- /**
* Sets the base directory to be scanned. This is the directory which is
* scanned recursively. All '/' and '\' characters are replaced by
* <code>File.separatorChar</code>, so the separator used need not match
@@ -934,7 +922,7 @@
/**
* <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>
*
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>