You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sebb <se...@gmail.com> on 2015/06/25 13:05:06 UTC

Re: svn commit: r1684264 - /commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/FluentIterable.java

On 8 June 2015 at 21:06,  <tn...@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-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org