Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 6813 invoked from network); 26 Sep 2008 16:26:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Sep 2008 16:26:06 -0000 Received: (qmail 16421 invoked by uid 500); 26 Sep 2008 16:26:04 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 16287 invoked by uid 500); 26 Sep 2008 16:26:03 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 16278 invoked by uid 99); 26 Sep 2008 16:26:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Sep 2008 09:26:03 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Fri, 26 Sep 2008 16:25:11 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4573123889C4; Fri, 26 Sep 2008 09:25:15 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r699398 - /geronimo/gshell/trunk/gshell-support/gshell-chronos/src/main/java/org/apache/geronimo/gshell/chronos/DurationFormatUtils.java Date: Fri, 26 Sep 2008 16:25:15 -0000 To: scm@geronimo.apache.org From: jdillon@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080926162515.4573123889C4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jdillon Date: Fri Sep 26 09:25:14 2008 New Revision: 699398 URL: http://svn.apache.org/viewvc?rev=699398&view=rev Log: Import tidy Modified: geronimo/gshell/trunk/gshell-support/gshell-chronos/src/main/java/org/apache/geronimo/gshell/chronos/DurationFormatUtils.java Modified: geronimo/gshell/trunk/gshell-support/gshell-chronos/src/main/java/org/apache/geronimo/gshell/chronos/DurationFormatUtils.java URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-support/gshell-chronos/src/main/java/org/apache/geronimo/gshell/chronos/DurationFormatUtils.java?rev=699398&r1=699397&r2=699398&view=diff ============================================================================== --- geronimo/gshell/trunk/gshell-support/gshell-chronos/src/main/java/org/apache/geronimo/gshell/chronos/DurationFormatUtils.java (original) +++ geronimo/gshell/trunk/gshell-support/gshell-chronos/src/main/java/org/apache/geronimo/gshell/chronos/DurationFormatUtils.java Fri Sep 26 09:25:14 2008 @@ -23,15 +23,14 @@ // NOTE: Copied and massaged from commons-lang 2.3 // +import org.codehaus.plexus.util.StringUtils; + import java.util.ArrayList; import java.util.Calendar; import java.util.Date; import java.util.GregorianCalendar; import java.util.TimeZone; -import org.codehaus.plexus.util.StringUtils; -import org.apache.geronimo.gshell.chronos.DateUtils; - /** *

Duration formatting utilities and constants. The following table describes the tokens * used in the pattern language for formatting.