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:
Henri Yandell 2008-01-10 05:31:24 +00:00
parent 34ad89c74d
commit 400f92899e
1 changed files with 1 additions and 0 deletions

View File

@ -518,6 +518,7 @@ public static Date setMilliseconds(Date date, int amount) {
* The original date object is unchanged.
*
* @param date the date, not null
* @param calendarField the calendar field to set the amount to
* @param amount the amount to set
* @return a new Date object set with the specified value
* @throws IllegalArgumentException if the date is null