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:
Thomas Neidhart 2013-04-30 19:49:02 +00:00
parent 88564caa20
commit b7a0c8d3de
31 changed files with 135 additions and 138 deletions

View File

@ -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