ggregory 2003/07/15 22:14:44
Modified: lang/src/test/org/apache/commons/lang/time
FastDateFormatTest.java
Log:
The private field FastDateFormatTest.fastDateFormat is never read locally (line 76)
Revision Changes Path
1.5 +2 -3
jakarta-commons/lang/src/test/org/apache/commons/lang/time/FastDateFormatTest.java
Index: FastDateFormatTest.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/lang/src/test/org/apache/commons/lang/time/FastDateFormatTest.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- FastDateFormatTest.java 8 Jun 2003 23:14:23 -0000 1.4
+++ FastDateFormatTest.java 16 Jul 2003 05:14:43 -0000 1.5
@@ -68,12 +68,11 @@
* Unit tests [EMAIL PROTECTED] org.apache.commons.lang.time.FastDateFormat}.
*
* @author Sean Schofield
+ * @author <a href="mailto:[EMAIL PROTECTED]">Gary Gregory</a>
* @since 2.0
* @version $Id$
*/
public class FastDateFormatTest extends TestCase {
-
- private FastDateFormat fastDateFormat = null;
public FastDateFormatTest(String name) {
super(name);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]