You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2006/03/06 08:18:03 UTC

svn commit: r383482 - /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/DurationFormatUtils.java

Author: bayard
Date: Sun Mar  5 23:18:01 2006
New Revision: 383482

URL: http://svn.apache.org/viewcvs?rev=383482&view=rev
Log:
Fixing javadoc example error: #37507

Modified:
    jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/DurationFormatUtils.java

Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/DurationFormatUtils.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/DurationFormatUtils.java?rev=383482&r1=383481&r2=383482&view=diff
==============================================================================
--- jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/DurationFormatUtils.java (original)
+++ jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/DurationFormatUtils.java Sun Mar  5 23:18:01 2006
@@ -85,7 +85,7 @@
      * <p>The format used is the ISO8601 period format.</p>
      * 
      * <p>This method formats durations using the days and lower fields of the
-     * ISO format pattern, such as P7D6H5M4.321S.</p>
+     * ISO format pattern, such as P7D6TH5M4.321S.</p>
      * 
      * @param durationMillis  the duration to format
      * @return the time as a String



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org