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:
parent
0ca84735ad
commit
dbd36d9f55
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue