Author: bayard
Date: Wed Jan  9 21:31:24 2008
New Revision: 610682

URL: http://svn.apache.org/viewvc?rev=610682&view=rev
Log:
Adding missing javadoc param

Modified:
    
commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/DateUtils.java

Modified: 
commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/DateUtils.java
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/DateUtils.java?rev=610682&r1=610681&r2=610682&view=diff
==============================================================================
--- 
commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/DateUtils.java 
(original)
+++ 
commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/DateUtils.java 
Wed Jan  9 21:31:24 2008
@@ -518,6 +518,7 @@
      * 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


Reply via email to