mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-28 22:09:10 +00:00
Remove trailing spaces.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1477798 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
88564caa20
commit
b7a0c8d3de
@ -11,13 +11,10 @@
|
||||
package org.apache.commons.collections4.functors;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* An equation function, which determines equality between objects of type T.
|
||||
* </p>
|
||||
* <p>
|
||||
* It is the functional sibling of {@link java.util.Comparator}; {@link Equator} is to
|
||||
* {@link Object} as {@link java.util.Comparator} is to {@link java.lang.Comparable}.
|
||||
* </p>
|
||||
*
|
||||
* @param <T> the types of object this {@link Equator} can evaluate.
|
||||
* @since 4.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user