This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 0fd6d48ea [Javadoc] Fix Failable class comment to clarify comparison
of lambda versions (#1752).
0fd6d48ea is described below
commit 0fd6d48ea482841d8c7e3be501fa243e8865e5ff
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 25 08:02:54 2026 -0400
[Javadoc] Fix Failable class comment to clarify comparison of lambda
versions (#1752).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index cda30cc6a..7f1b269b9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -229,6 +229,7 @@ java.lang.NullPointerException: Cannot invoke
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Fix sign extension in BitField.getValue for top-bit fields
(#1749).</action>
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Fix int overflow in FluentBitSet.setInclusive at Integer.MAX_VALUE
(#1751).</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Add messages when throwing NullPointerException.</action>
+ <action type="fix" dev="ggregory" due-to="Konrad
Windszus">[Javadoc] Fix Failable class comment to clarify comparison of lambda
versions (#1752).</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>