You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/01/07 17:52:21 UTC

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

Author: ggregory
Date: Mon Jan  7 16:52:21 2013
New Revision: 1429893

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

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

Modified: commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/map/ListOrderedMapTest.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/map/ListOrderedMapTest.java?rev=1429893&r1=1429892&r2=1429893&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/map/ListOrderedMapTest.java (original)
+++ commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/map/ListOrderedMapTest.java Mon Jan  7 16:52:21 2013
@@ -26,7 +26,6 @@ import junit.framework.Test;
 
 import org.apache.commons.collections.BulkTest;
 import org.apache.commons.collections.MapIterator;
-import org.apache.commons.collections.OrderedMapIterator;
 import org.apache.commons.collections.list.AbstractListTest;
 
 /**