diff --git a/src/java/org/apache/commons/lang/time/DurationFormatUtils.java b/src/java/org/apache/commons/lang/time/DurationFormatUtils.java index c523ca800..4e0bf2852 100644 --- a/src/java/org/apache/commons/lang/time/DurationFormatUtils.java +++ b/src/java/org/apache/commons/lang/time/DurationFormatUtils.java @@ -24,13 +24,13 @@ * @author Stephen Colebourne * @author Gary Gregory * @since 2.0 - * @version $Id: DurationFormatUtils.java,v 1.9 2004/02/18 22:56:42 ggregory Exp $ + * @version $Id: DurationFormatUtils.java,v 1.10 2004/08/02 02:16:21 bayard Exp $ */ class DurationFormatUtils { // TODO: Make class public once methods can fully select which fields to output /** - *

Pattern used with FastDateFormat and SimpleDateFormat for the ISO8601 + *

Pattern used with FastDateFormat and SimpleDateFormat for the ISO8601 * date time extended format used in durations.

* * @see org.apache.commons.lang.time.FastDateFormat