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 632BADB85 for ; Mon, 3 Dec 2012 00:43:30 +0000 (UTC) Received: (qmail 80954 invoked by uid 500); 3 Dec 2012 00:43:30 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 80851 invoked by uid 500); 3 Dec 2012 00:43:29 -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 80843 invoked by uid 99); 3 Dec 2012 00:43:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Dec 2012 00:43:29 +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 (athena.apache.org: domain of sebbaz@gmail.com designates 209.85.215.171 as permitted sender) Received: from [209.85.215.171] (HELO mail-ea0-f171.google.com) (209.85.215.171) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Dec 2012 00:43:23 +0000 Received: by mail-ea0-f171.google.com with SMTP id n10so1152783eaa.30 for ; Sun, 02 Dec 2012 16:43:02 -0800 (PST) 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=R7q/Nk+JSY1XqeBzBfydf8LpCKtfPMvap1BCuuk+u60=; b=xp63D3saHil0oHxSFfZ9L3Lm9YDbrAMzN1BLmr1btyUtRdZgr8ra1U4aIya03E+tfo maVGO5dwLoMvM7BCwMOqqQZKwgKG/jL9MH57975OXIG4TF4v9FNIrPtOXEIQRY6ykgqS IMOupZD3geXGIepYddvegNAqNFqTP3g822Qp6KgMcobrzo4+beSCUG1X9fUTlm/0HMuW L8aaSVzYP+JTa1VF73Jv4+6e7SSemV7Owm+9zA8T1k3pDh7HSvxVDY5D0ohM/7M/b3r/ dK7/od9QaaQ2TofJ8fqMcncB3wLAg39XnEUlNkFf0qG5MYWp9GFOmiM2bzcGtvYML6t2 uXsg== MIME-Version: 1.0 Received: by 10.14.225.194 with SMTP id z42mr23333222eep.22.1354495382033; Sun, 02 Dec 2012 16:43:02 -0800 (PST) Received: by 10.223.143.2 with HTTP; Sun, 2 Dec 2012 16:43:01 -0800 (PST) In-Reply-To: <20121202193405.E588423889E2@eris.apache.org> References: <20121202193405.E588423889E2@eris.apache.org> Date: Mon, 3 Dec 2012 00:43:01 +0000 Message-ID: Subject: Re: svn commit: r1416241 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/SimpleBounds.java From: sebb To: dev@commons.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On 2 December 2012 19:34, wrote: > Author: tn > Date: Sun Dec 2 19:34:05 2012 > New Revision: 1416241 > > URL: http://svn.apache.org/viewvc?rev=1416241&view=rev > Log: > Added missing keywords. > > Modified: > commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/SimpleBounds.java (props changed) > > Propchange: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/SimpleBounds.java > ------------------------------------------------------------------------------ > svn:keywords = Author Date Id Revision $Date$ should not be used as it is locale-specific; this causes problems when checking releases against SVN tags. $Author$ is not useful - the author of the last change does not really mean anything much. However, so long as those keywords aren't actually used the propchange does not matter. > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org