ceki 2004/12/23 13:33:18
Modified: src/java/org/apache/log4j/pattern CachedDateFormat.java
Log:
comment change
Revision Changes Path
1.10 +1 -2
logging-log4j/src/java/org/apache/log4j/pattern/CachedDateFormat.java
Index: CachedDateFormat.java
===================================================================
RCS file:
/home/cvs/logging-log4j/src/java/org/apache/log4j/pattern/CachedDateFormat.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- CachedDateFormat.java 23 Dec 2004 20:37:17 -0000 1.9
+++ CachedDateFormat.java 23 Dec 2004 21:33:18 -0000 1.10
@@ -83,8 +83,7 @@
// be 0, thus immutable across iterations.
milliDigits = JVM_MAX_MILLI_DIGITS;
numberFormat = new DecimalFormat();
- // Have numberFormat use of all available digits, it'll zero pad for
- // smaller numbers
+ // numberFormat will zero as necessary
numberFormat.setMinimumIntegerDigits(JVM_MAX_MILLI_DIGITS);
Date now = new Date();
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]