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:
Author:
Olivier Lamy private static final ThreadSafeDateFormat DATE_FORMAT = new ThreadSafeDateFormat( DATE_PATTERN );
See Also: