Javadoc fix - method does not use a TimeZone
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1573790 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5b32cabf3f
commit
19120b7224
|
@ -113,8 +113,7 @@ public class DurationFormatUtils {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>Formats the time gap as a string, using the specified format.
|
* <p>Formats the time gap as a string, using the specified format.
|
||||||
* Padding the left hand side of numbers with zeroes is optional and
|
* Padding the left hand side of numbers with zeroes is optional.</p>
|
||||||
* the timezone may be specified.</p>
|
|
||||||
*
|
*
|
||||||
* <p>This method formats durations using the days and lower fields of the
|
* <p>This method formats durations using the days and lower fields of the
|
||||||
* format pattern. Months and larger are not used.</p>
|
* format pattern. Months and larger are not used.</p>
|
||||||
|
|
Loading…
Reference in New Issue