scolebourne 2003/07/12 01:26:23
Modified: lang/src/java/org/apache/commons/lang/time
FastDateFormat.java
Log:
Fix to correctly identify the original author
from Brian S O'Neill
Revision Changes Path
1.7 +3 -3
jakarta-commons/lang/src/java/org/apache/commons/lang/time/FastDateFormat.java
Index: FastDateFormat.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/time/FastDateFormat.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- FastDateFormat.java 8 Jun 2003 23:14:23 -0000 1.6
+++ FastDateFormat.java 12 Jul 2003 08:26:22 -0000 1.7
@@ -83,7 +83,7 @@
* time zones (eg. +08:00 or -11:00). This introduces a minor incompatability with
* Java 1.4, but at a gain of useful functionality.
* <p>
- * NOTE: Code originally taken from the open source TreeTrove project.
+ * NOTE: Code originally taken from the open source TeaTrove project.
*
* @author Brian S O'Neill
* @author Sean Schofield
@@ -103,7 +103,7 @@
// Note that the fastest append to StringBuffer is a single char (used here).
// Note that Integer.toString() is not called, the conversion is simply
// taking the value and adding (mathematically) the ASCII value for '0'.
- // So, don't change this code! It works and is vary fast.
+ // So, don't change this code! It works and is very fast.
/** FULL locale dependent date or time style */
public static final int FULL = SimpleDateFormat.FULL;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]