Skip to content

Commit 187db77

Browse files
committed
Fix javadoc return type
1 parent 1e5246f commit 187db77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • commons-numbers-core/src/main/java/org/apache/commons/numbers/core

commons-numbers-core/src/main/java/org/apache/commons/numbers/core/DD.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ public int intValue() {
671671
* a {@code long} and returning the respective upper or lower limit for numbers too
672672
* large for a {@code long}.
673673
*
674-
* @return the value converted to an {@code int}
674+
* @return the value converted to a {@code long}
675675
* @see #bigDecimalValue()
676676
*/
677677
@Override

0 commit comments

Comments
 (0)