stevel 2004/03/29 08:39:03
Modified: src/main/org/apache/tools/ant/util Watchdog.java
Log:
spelling
Revision Changes Path
1.12 +1 -1 ant/src/main/org/apache/tools/ant/util/Watchdog.java
Index: Watchdog.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/util/Watchdog.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Watchdog.java 9 Mar 2004 16:48:52 -0000 1.11
+++ Watchdog.java 29 Mar 2004 16:39:03 -0000 1.12
@@ -36,7 +36,7 @@
public Watchdog(long timeout) {
if (timeout < 1) {
- throw new IllegalArgumentException("timeout lesser than 1.");
+ throw new IllegalArgumentException("timeout less than 1.");
}
this.timeout = timeout;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]