Author: stevel
Date: Mon Mar 6 06:58:27 2006
New Revision: 383553
URL: http://svn.apache.org/viewcvs?rev=383553&view=rev
Log:
accidental plural
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/DirectoryScanner.java
Modified: ant/core/trunk/src/main/org/apache/tools/ant/DirectoryScanner.java
URL:
http://svn.apache.org/viewcvs/ant/core/trunk/src/main/org/apache/tools/ant/DirectoryScanner.java?rev=383553&r1=383552&r2=383553&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/DirectoryScanner.java
(original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/DirectoryScanner.java Mon Mar
6 06:58:27 2006
@@ -1038,7 +1038,7 @@
if (dir == null) {
throw new BuildException("dir must not be null.");
} else if (!dir.exists()) {
- throw new BuildException(dir + " doesn't exists.");
+ throw new BuildException(dir + " doesn't exist.");
} else if (!dir.isDirectory()) {
throw new BuildException(dir + " is not a directory.");
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]