Remove unused imports

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@745058 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2009-02-17 13:39:37 +00:00
parent a5d598f6a6
commit 1d0cc95749
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ import java.util.LinkedList;
import java.util.Map;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
import org.apache.commons.collections.IteratorUtils;