[EMAIL PROTECTED] wrote:
-    protected final static SimpleDateFormat DATE_FORMATTER = new 
SimpleDateFormat("(yyyy-MM-dd) HH:mm.ss:SSS");
+    private static final String DEFAULT_TIME_PATTERN = "(yyyy-MM-dd) 
HH:mm.ss:SSS";

Antonio,

According to [1]:

    FastDateFormat is a fast and thread-safe version of SimpleDateFormat.

So I suggest revisiting this piece of code in order to improve efficiency :-)

Thanks,
Vadim

[1] http://jakarta.apache.org/commons/lang/api/org/apache/commons/lang/time/FastDateFormat.html

Reply via email to