On 8 June 2015 at 21:06, <t...@apache.org> wrote: > Author: tn > Date: Mon Jun 8 20:06:29 2015 > New Revision: 1684264 > > URL: http://svn.apache.org/r1684264 > Log: > Add missing svn:keywords. > > Modified: > > commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/FluentIterable.java > (contents, props changed) > > Modified: > commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/FluentIterable.java > URL: > http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/FluentIterable.java?rev=1684264&r1=1684263&r2=1684264&view=diff > ============================================================================== > --- > commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/FluentIterable.java > (original) > +++ > commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/FluentIterable.java > Mon Jun 8 20:06:29 2015 > @@ -61,7 +61,7 @@ import org.apache.commons.collections4.i > * > * @param <E> the element type > * @since 4.1 > - * @version $Id: $ > + * @version $Id$ > */ > public class FluentIterable<E> implements Iterable<E> { > > > Propchange: > commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/FluentIterable.java > ------------------------------------------------------------------------------ > svn:keywords = Id Revision HeadURL >
HeadURL includes the protocol (http/https) so can cause problems when comparing tags with release archives. Best not to use it. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org