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 ae6b3eb21 Fix Javadoc in DoubleRange.of(Double, Double) to reflect
actual exception type thrown #1581.
ae6b3eb21 is described below
commit ae6b3eb219db75bb603ce1d99cd2a03698f94a6f
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jan 24 07:02:40 2026 -0500
Fix Javadoc in DoubleRange.of(Double, Double) to reflect actual
exception type thrown #1581.
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 598dd0d70..d8d348187 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -107,6 +107,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary Gregory,
Dhaneesh.M">Improve test coverage for TypeUtils.isAssignable() #1574.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory,
Dhaneesh.M">Improve branch coverage for Processor (isAarch64, isRISCV); add
ProcessorTest #1578.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory,
烂泥扶上墙">Fix ClassNotFoundException message in ClassUtils.getClass(String)
#1577.</action>
+ <action type="fix" dev="ggregory" due-to="Ivan
Ponomarev">Fix Javadoc in DoubleRange.of(Double, Double) to reflect actual
exception type thrown #1581.</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add JavaVersion.JAVA_27.</action>
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add SystemUtils.IS_JAVA_27.</action>