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:
Sebastian Bazley 2014-03-03 22:41:13 +00:00
parent 5b32cabf3f
commit 19120b7224
1 changed files with 1 additions and 2 deletions

View File

@ -113,8 +113,7 @@ public class DurationFormatUtils {
/**
* <p>Formats the time gap as a string, using the specified format.
* Padding the left hand side of numbers with zeroes is optional and
* the timezone may be specified.</p>
* Padding the left hand side of numbers with zeroes is optional.</p>
*
* <p>This method formats durations using the days and lower fields of the
* format pattern. Months and larger are not used.</p>