Author: sebb
Date: Sat Mar 14 16:53:10 2009
New Revision: 754490

URL: http://svn.apache.org/viewvc?rev=754490&view=rev
Log:
Unused imports

Modified:
    
commons/proper/lang/trunk/src/test/org/apache/commons/lang/time/DateUtilsFragmentTest.java

Modified: 
commons/proper/lang/trunk/src/test/org/apache/commons/lang/time/DateUtilsFragmentTest.java
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/test/org/apache/commons/lang/time/DateUtilsFragmentTest.java?rev=754490&r1=754489&r2=754490&view=diff
==============================================================================
--- 
commons/proper/lang/trunk/src/test/org/apache/commons/lang/time/DateUtilsFragmentTest.java
 (original)
+++ 
commons/proper/lang/trunk/src/test/org/apache/commons/lang/time/DateUtilsFragmentTest.java
 Sat Mar 14 16:53:10 2009
@@ -19,13 +19,10 @@
 import java.util.Calendar;
 import java.util.Date;
 
-import junit.framework.TestCase;
 import junit.framework.Test;
+import junit.framework.TestCase;
 import junit.framework.TestSuite;
 
-import org.apache.commons.lang.StringUtils;
-import org.apache.commons.lang.time.DateFormatUtils;
-
 public class DateUtilsFragmentTest extends TestCase {
 
     public static Test suite() {


Reply via email to