You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2009/02/17 14:39:37 UTC

svn commit: r745058 - /commons/proper/collections/trunk/src/test/org/apache/commons/collections/map/TestMultiValueMap.java

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;