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:
parent
61dd85ca2f
commit
7d9d08c4fc
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue