diff --git a/src/main/java/org/apache/commons/lang3/time/DateUtils.java b/src/main/java/org/apache/commons/lang3/time/DateUtils.java index d7307faaf..8b7c4356c 100644 --- a/src/main/java/org/apache/commons/lang3/time/DateUtils.java +++ b/src/main/java/org/apache/commons/lang3/time/DateUtils.java @@ -652,8 +652,7 @@ public class DateUtils { *

* * @param date the date to work with, not null - * @param field the field from {@code Calendar} or SEMI_MONTH - * @param field the field from {@code Calendar} or SEMI_MONTH + * @param field the field from {@code Calendar} or {@code SEMI_MONTH} * @return the different rounded date, not null * @throws ArithmeticException if the year is over 280 million */