use svn:keywords and fix up @since tag

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1073169 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Matthew Jason Benson 2011-02-21 22:13:15 +00:00
parent c346a58b07
commit 09ce7577d0
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ import org.apache.commons.collections.map.HashedMap;
*
* @param <T> the types of object this {@link Equator} can evaluate.
* @author Stephen Kestle
* @since 4.0
* @since Commons Collections 4.0
* @version $Revision$ $Date$
*/
public interface Equator<T> {
/**