mirror of
https://github.com/apache/commons-lang.git
synced 2025-03-01 05:29:11 +00:00
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 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user