Skip to content

Commit d787965

Browse files
committed
Fix Javadoc for IEEE754rUtils.max(float...) and
IEEE754rUtils.max(double...)
1 parent c6d6211 commit d787965

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ The <action> type attribute can be add,update,fix,remove.
6767
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix NullPointerException in ReflectionDiffBuilder.getExcludeFieldNames() when instance created with ReflectionDiffBuilder.ReflectionDiffBuilder(T, T, ToStringStyle).</action>
6868
<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>
6969
<action type="fix" dev="ggregory" due-to="Michael Hausegger, Gary Gregory">Fix NumberUtilsTest#testMaxDouble() and testMaxFloat() #4959.</action>
70+
<action issue="LANG-1797" type="fix" dev="ggregory" due-to="IcoreE">Fix Javadoc for IEEE754rUtils.max(float...) and IEEE754rUtils.max(double...).</action>
7071
<!-- ADD -->
7172
<!-- UPDATE -->
7273
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 93 #1498.</action>

0 commit comments

Comments
 (0)