diff --git a/src/test/org/apache/commons/lang/time/FastDateFormatTest.java b/src/test/org/apache/commons/lang/time/FastDateFormatTest.java index 2b6511322..f679b8db9 100644 --- a/src/test/org/apache/commons/lang/time/FastDateFormatTest.java +++ b/src/test/org/apache/commons/lang/time/FastDateFormatTest.java @@ -68,13 +68,12 @@ import junit.textui.TestRunner; * Unit tests {@link org.apache.commons.lang.time.FastDateFormat}. * * @author Sean Schofield + * @author Gary Gregory * @since 2.0 - * @version $Id: FastDateFormatTest.java,v 1.4 2003/06/08 23:14:23 scolebourne Exp $ + * @version $Id: FastDateFormatTest.java,v 1.5 2003/07/16 05:14:43 ggregory Exp $ */ public class FastDateFormatTest extends TestCase { - private FastDateFormat fastDateFormat = null; - public FastDateFormatTest(String name) { super(name); }