diff --git a/src/java/org/apache/commons/lang/time/DurationFormatUtils.java b/src/java/org/apache/commons/lang/time/DurationFormatUtils.java index 827066d27..847e6af02 100644 --- a/src/java/org/apache/commons/lang/time/DurationFormatUtils.java +++ b/src/java/org/apache/commons/lang/time/DurationFormatUtils.java @@ -261,8 +261,8 @@ public static String formatPeriod(long startMillis, long endMillis, String forma * choosing March -> February = 1 month and then calculating days * backwards.

* - *

For more control, the Joda Time library is recommended - * ( + *

For more control, the Joda-Time + * library is recommended.

* * @param startMillis the start of the duration * @param endMillis the end of the duration