In 15/02/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Author: ebourg
>  Date: Fri Feb 15 03:31:07 2008
>  New Revision: 628021
>
>  URL: http://svn.apache.org/viewvc?rev=628021&view=rev
>  Log:
>  The calendar objects are now formatted with their own time zone
>  Removed the Java 1.3 workaround in PropertyListConfiguration to parse and 
> format the dates without a SimpleDateFormat
>

BTW, SimpleDateFormat is not synchronized, so having package-protected
instances (whether static or not) may cause problems if the class is
intended for multithreaded use.

Also, the serialVersionUID should probably be changed as a new
instance field has been added.

Perhaps consider using org.apache.commons.lang.time.FastDateFormat
from Commons Lang for at least the formatting part?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to