Author: sebb
Date: Tue Feb 17 13:39:37 2009
New Revision: 745058

URL: http://svn.apache.org/viewvc?rev=745058&view=rev
Log:
Remove unused imports

Modified:
    
commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestMultiValueMap.java

Modified: 
commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestMultiValueMap.java
URL: 
http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestMultiValueMap.java?rev=745058&r1=745057&r2=745058&view=diff
==============================================================================
--- 
commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestMultiValueMap.java
 (original)
+++ 
commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestMultiValueMap.java
 Tue Feb 17 13:39:37 2009
@@ -26,7 +26,6 @@
 import java.util.Map;
 
 import junit.framework.Test;
-import junit.framework.TestCase;
 import junit.framework.TestSuite;
 
 import org.apache.commons.collections.IteratorUtils;


Reply via email to