You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gary Gregory <gg...@seagullsw.com> on 2003/07/16 06:39:04 UTC

[lang] FastDateFormat Javadoc

Hello,

The FastDateFormat Javadoc states:

FastDateFormat is a fast and thread-safe version of {@link
java.text.SimpleDateFormat}.

Could the Javadoc state explicitly that java.text.SimpleDateFormat is /not/
thread safe (is it)? And if so, in which JRE versions?

I am just looking for a clearer description of /when/ and I would want to
use FastDateFormat.

Thanks,
Gary