Adding missing javadoc param
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@610682 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
34ad89c74d
commit
400f92899e
|
@ -518,6 +518,7 @@ public class DateUtils {
|
||||||
* The original date object is unchanged.
|
* The original date object is unchanged.
|
||||||
*
|
*
|
||||||
* @param date the date, not null
|
* @param date the date, not null
|
||||||
|
* @param calendarField the calendar field to set the amount to
|
||||||
* @param amount the amount to set
|
* @param amount the amount to set
|
||||||
* @return a new Date object set with the specified value
|
* @return a new Date object set with the specified value
|
||||||
* @throws IllegalArgumentException if the date is null
|
* @throws IllegalArgumentException if the date is null
|
||||||
|
|
Loading…
Reference in New Issue