Fixing javadoc example error: #37507
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@383482 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8d63fb69c6
commit
9f4f79fe3f
|
@ -85,7 +85,7 @@ public class DurationFormatUtils {
|
|||
* <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
|
||||
|
|
Loading…
Reference in New Issue