Unused import

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1023743 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2010-10-18 11:30:22 +00:00
parent 985feca469
commit 7de09a809c
1 changed files with 0 additions and 2 deletions

View File

@ -17,8 +17,6 @@
package org.apache.commons.collections.functors;
import static org.apache.commons.collections.functors.ComparatorPredicate.*;
import static org.junit.Assert.assertSame;
import java.util.Comparator;
import org.apache.commons.collections.Predicate;