The private field FastDateFormatTest.fastDateFormat is never read locally (line 76)

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137439 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2003-07-16 05:14:43 +00:00
parent 61dd85ca2f
commit 7d9d08c4fc
1 changed files with 2 additions and 3 deletions

View File

@ -68,13 +68,12 @@ import junit.textui.TestRunner;
* Unit tests {@link org.apache.commons.lang.time.FastDateFormat}.
*
* @author Sean Schofield
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
* @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);
}