bodewig 00/06/29 03:45:26
Modified: src/main/org/apache/tools/ant/taskdefs Touch.java
Log:
Fixed typo in comment.
Revision Changes Path
1.2 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Touch.java
Index: Touch.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Touch.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Touch.java 2000/06/29 10:23:40 1.1
+++ Touch.java 2000/06/29 10:45:24 1.2
@@ -99,7 +99,7 @@
}
/**
- * Date in the format DD/MM/YYYY HH:MM AM_PM.
+ * Date in the format MM/DD/YYYY HH:MM AM_PM.
*/
public void setDatetime(String dateTime) {
this.dateTime = dateTime;