ehatcher 2002/06/28 18:06:40
Modified: src/main/org/apache/tools/ant/taskdefs Tag: ANT_15_BRANCH
Sleep.java
Log:
sometimes i wish i could turn milliseconds into minutes
Revision Changes Path
No revision
No revision
1.10.2.4 +3 -3 jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Sleep.java
Index: Sleep.java
===================================================================
RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Sleep.java,v
retrieving revision 1.10.2.3
retrieving revision 1.10.2.4
diff -u -r1.10.2.3 -r1.10.2.4
--- Sleep.java 24 Jun 2002 02:28:08 -0000 1.10.2.3
+++ Sleep.java 29 Jun 2002 01:06:40 -0000 1.10.2.4
@@ -111,7 +111,7 @@
/**
- * adds some seconds to the Sleep
+ * seconds to add to the sleep time
*
* @param seconds The new Seconds value
*/
@@ -131,7 +131,7 @@
/**
- * Sets the Minutes attribute of the Sleep object
+ * minutes to add to the sleep time
*
* @param minutes The new Minutes value
*/
@@ -141,7 +141,7 @@
/**
- * minutes to add to the sleep time
+ * milliseconds to add to the sleep time
*
* @param milliseconds The new Milliseconds value
*/
--
To unsubscribe, e-mail: <mailto:ant-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-dev-help@jakarta.apache.org>
|