On 21 February 2011 22:13, <mben...@apache.org> wrote: > Author: mbenson > Date: Mon Feb 21 22:13:15 2011 > New Revision: 1073169 > > URL: http://svn.apache.org/viewvc?rev=1073169&view=rev > Log: > use svn:keywords and fix up @since tag > > Modified: > > commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/Equator.java > > Modified: > commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/Equator.java > URL: > http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/Equator.java?rev=1073169&r1=1073168&r2=1073169&view=diff > ============================================================================== > --- > commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/Equator.java > (original) > +++ > commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/Equator.java > Mon Feb 21 22:13:15 2011 > @@ -23,7 +23,8 @@ import org.apache.commons.collections.ma > * > * @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$
$Date$ uses local time, so causes problems when comparing release artifacts with SVN. If you really need the date, use $Id$ instead, which uses UTC. > */ > public interface Equator<T> { > /** > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org