Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C0C96954B for ; Wed, 15 Feb 2012 15:22:56 +0000 (UTC) Received: (qmail 82156 invoked by uid 500); 15 Feb 2012 15:22:56 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 82115 invoked by uid 500); 15 Feb 2012 15:22:56 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 82108 invoked by uid 99); 15 Feb 2012 15:22:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Feb 2012 15:22:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Feb 2012 15:22:55 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 126E4238889B; Wed, 15 Feb 2012 15:22:36 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1244530 - /cxf/trunk/bin/DoMerges.java Date: Wed, 15 Feb 2012 15:22:35 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120215152236.126E4238889B@eris.apache.org> Author: dkulp Date: Wed Feb 15 15:22:35 2012 New Revision: 1244530 URL: http://svn.apache.org/viewvc?rev=1244530&view=rev Log: Don't need the +1 as cur contains the right value now Modified: cxf/trunk/bin/DoMerges.java Modified: cxf/trunk/bin/DoMerges.java URL: http://svn.apache.org/viewvc/cxf/trunk/bin/DoMerges.java?rev=1244530&r1=1244529&r2=1244530&view=diff ============================================================================== --- cxf/trunk/bin/DoMerges.java (original) +++ cxf/trunk/bin/DoMerges.java Wed Feb 15 15:22:35 2012 @@ -666,7 +666,7 @@ public class DoMerges { for (String ver : verList) { cur++; jiras.clear(); - System.out.println("Merging: " + ver + " (" + (cur + 1) + "/" + verList.size() + ")"); + System.out.println("Merging: " + ver + " (" + cur + "/" + verList.size() + ")"); System.out.println("http://svn.apache.org/viewvc?view=revision&revision=" + ver); String log = getLog(ver, jiras);