On Mon, Feb 21, 2011 at 5:01 PM, sebb <seb...@gmail.com> wrote: > 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. > > Thanks for the info; however the vast majority of the code in [collections] (and in our various other components) seems to use $Date$, so unless we want to make this a TLP-wide effort I'll hold off implementing your suggestion for the time being.
> If you really need the date, use $Id$ instead, which uses UTC. > > *I* don't consider I *need* the date at all, but only aim for consistency across our source. Matt > > */ > > public interface Equator<T> { > > /** > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > >