This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git


The following commit(s) were added to refs/heads/master by this push:
     new 187db774 Fix javadoc return type
187db774 is described below

commit 187db7741e517e5c140e72bc7c552afe79696735
Author: Alex Herbert <[email protected]>
AuthorDate: Tue Feb 10 13:37:13 2026 +0000

    Fix javadoc return type
---
 .../src/main/java/org/apache/commons/numbers/core/DD.java               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-numbers-core/src/main/java/org/apache/commons/numbers/core/DD.java 
b/commons-numbers-core/src/main/java/org/apache/commons/numbers/core/DD.java
index 5b3dbc45..87ab28d6 100644
--- a/commons-numbers-core/src/main/java/org/apache/commons/numbers/core/DD.java
+++ b/commons-numbers-core/src/main/java/org/apache/commons/numbers/core/DD.java
@@ -671,7 +671,7 @@ public final class DD
      * a {@code long} and returning the respective upper or lower limit for 
numbers too
      * large for a {@code long}.
      *
-     * @return the value converted to an {@code int}
+     * @return the value converted to a {@code long}
      * @see #bigDecimalValue()
      */
     @Override

Reply via email to