Javadoc fix - duplicated line (looks like auto <code> fix did not work)

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1078064 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2011-03-04 17:31:27 +00:00
parent 0ca84735ad
commit dbd36d9f55
1 changed files with 1 additions and 2 deletions

View File

@ -652,8 +652,7 @@ public class DateUtils {
* </p>
*
* @param date the date to work with, not null
* @param field the field from {@code Calendar} or <code>SEMI_MONTH</code>
* @param field the field from {@code Calendar} or <code>SEMI_MONTH</code>
* @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
*/