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

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


The following commit(s) were added to refs/heads/master by this push:
     new d78796564 Fix Javadoc for IEEE754rUtils.max(float...) and 
IEEE754rUtils.max(double...)
d78796564 is described below

commit d78796564d633cdf85427a234a71554c3e73dfca
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Nov 29 14:40:50 2025 +0000

    Fix Javadoc for IEEE754rUtils.max(float...) and
    IEEE754rUtils.max(double...)
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d50573f7c..fd50db372 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -67,6 +67,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Fix NullPointerException in 
ReflectionDiffBuilder.getExcludeFieldNames() when instance created with 
ReflectionDiffBuilder.ReflectionDiffBuilder(T, T, ToStringStyle).</action>
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Fail-fast for a null DiffBuilder in 
ReflectionDiffBuilder.ReflectionDiffBuilder(DiffBuilder, String[]) instead of 
getting a NullPointerException in ReflectionDiffBuilder instance 
methods.</action>
     <action                   type="fix" dev="ggregory" due-to="Michael 
Hausegger, Gary Gregory">Fix NumberUtilsTest#testMaxDouble() and testMaxFloat() 
#4959.</action>
+    <action issue="LANG-1797" type="fix" dev="ggregory" due-to="IcoreE">Fix 
Javadoc for IEEE754rUtils.max(float...) and 
IEEE754rUtils.max(double...).</action>    
     <!-- ADD -->
     <!-- UPDATE -->
     <action                   type="update" dev="ggregory" due-to="Gary 
Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 93 
#1498.</action>

Reply via email to