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:
parent
c346a58b07
commit
09ce7577d0
|
@ -23,7 +23,8 @@ import org.apache.commons.collections.map.HashedMap;
|
||||||
*
|
*
|
||||||
* @param <T> the types of object this {@link Equator} can evaluate.
|
* @param <T> the types of object this {@link Equator} can evaluate.
|
||||||
* @author Stephen Kestle
|
* @author Stephen Kestle
|
||||||
* @since 4.0
|
* @since Commons Collections 4.0
|
||||||
|
* @version $Revision$ $Date$
|
||||||
*/
|
*/
|
||||||
public interface Equator<T> {
|
public interface Equator<T> {
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue