Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BA9AF18B3A for ; Thu, 25 Jun 2015 11:05:34 +0000 (UTC) Received: (qmail 37315 invoked by uid 500); 25 Jun 2015 11:05:34 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 37164 invoked by uid 500); 25 Jun 2015 11:05:34 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 37141 invoked by uid 99); 25 Jun 2015 11:05:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jun 2015 11:05:34 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebbaz@gmail.com designates 209.85.216.41 as permitted sender) Received: from [209.85.216.41] (HELO mail-vn0-f41.google.com) (209.85.216.41) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jun 2015 11:03:19 +0000 Received: by vnbg1 with SMTP id g1so10435611vnb.3 for ; Thu, 25 Jun 2015 04:05:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=YfOR3PlCZ8mfU/ldjOmgvAaqpvTa2ZtkppJVyp4tKtc=; b=x0pNafUrUBeNIZ/HvV76uN8ZPzK1i71UNric/Owh6UKojeg7YDxO3PvXGNiKzvJa7n NVKH5h0889EA0dQJjZCFmSKmhTuD6gal23dTRBYvOwlcI7VghEQQuEH1o6TK1TXH2EKJ /hRdEgN0H48yjh9sle3CY00ji1OQtWwfHruQD8hR87b0gnJYV7jdvzmljVdJan0ku+I8 Qcc8TVh9dS7Pr78OOenKQaVe45+De+5RkshKCCR+SMU6oo0lo6F9zktZQtWNXZSESCL3 O9xlrwsQT8HhD1Ojw8wnL2yIe/iDBVLew41D2yYF2U79Q1YLQVpf5T4XNy64pn0cMTU2 RKLg== MIME-Version: 1.0 X-Received: by 10.52.5.133 with SMTP id s5mr27300326vds.65.1435230306670; Thu, 25 Jun 2015 04:05:06 -0700 (PDT) Received: by 10.52.175.98 with HTTP; Thu, 25 Jun 2015 04:05:06 -0700 (PDT) In-Reply-To: <20150608200630.43986AC00B3@hades.apache.org> References: <20150608200630.43986AC00B3@hades.apache.org> Date: Thu, 25 Jun 2015 12:05:06 +0100 Message-ID: Subject: Re: svn commit: r1684264 - /commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/FluentIterable.java From: sebb To: dev@commons.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org On 8 June 2015 at 21:06, 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 the element type > * @since 4.1 > - * @version $Id: $ > + * @version $Id$ > */ > public class FluentIterable implements Iterable { > > > 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