[COLLECTIONS-494] Move Equator interface to base package.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540568 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-11-10 22:19:46 +00:00
parent 648a21eb5d
commit dba769313d
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ import org.apache.commons.collections4.collection.SynchronizedCollection;
import org.apache.commons.collections4.collection.TransformedCollection;
import org.apache.commons.collections4.collection.UnmodifiableCollection;
import org.apache.commons.collections4.functors.DefaultEquator;
import org.apache.commons.collections4.functors.Equator;
import org.junit.Before;
import org.junit.Test;