Class ThreadSafeDateFormat

java.lang.Object
java.text.Format
java.text.DateFormat
org.apache.maven.scm.util.ThreadSafeDateFormat
All Implemented Interfaces:
Serializable, Cloneable

public class ThreadSafeDateFormat extends DateFormat
Thread-safe version of java.text.DateFormat. You can declare it as a static final variable:
See Also: