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 b3cd50b19 [Javadoc] Add usage examples to CharSet.contains(char) #1605
b3cd50b19 is described below
commit b3cd50b19e89792fa587bea3fa7d79709ab46c48
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Feb 21 07:17:52 2026 -0500
[Javadoc] Add usage examples to CharSet.contains(char) #1605
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8de3b8128..b6c579782 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -117,6 +117,7 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="LANG-1817" type="fix" dev="ggregory" due-to="Ivan
Ponomarev, Gary Gregory">UncheckedFutureImpl clears thread interrupt status
when wrapping InterruptedException #1590.</action>
<action type="fix" dev="ggregory" due-to="ThrawnCA, Gary
Gregory">Fix StringUtils.abbreviate(String, String, int) contract violations
#1572.</action>
<action type="fix" dev="ggregory" due-to="TK_ENDO,
Arnout Engelen, Gary Gregory">Add test coverage for negative-day adjustment in
DurationFormatUtils #1596.</action>
+ <action type="fix" dev="ggregory" due-to="Mohammad
Bireybi, Gary Gregory">[Javadoc] Add usage examples to CharSet.contains(char)
#1605.</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>