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 8eace6525 Fix the month/day example in
DurationFormatUtils.formatPeriod Javadoc (#1772).
8eace6525 is described below
commit 8eace65255d6878f6b4b4fb28d9007bdc88c9573
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Aug 14 11:15:36 2026 -0400
Fix the month/day example in DurationFormatUtils.formatPeriod Javadoc
(#1772).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0dc2e08f0..0a3709c22 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -243,6 +243,7 @@ java.lang.NullPointerException: Cannot invoke
<action type="fix" dev="ggregory" due-to="alhuda, Gary
Gregory">Fix low surrogate false match in StringUtils
containsAny/containsNone/indexOfAny (#1771).</action>
<action type="fix" dev="ggregory" due-to="alhuda, Gary
Gregory">Keep StringUtils.chop from splitting a trailing surrogate pair
(#1770).</action>
<action type="fix" dev="ggregory" due-to="alhuda, Gary
Gregory">Keep StringUtils stripStart and stripEnd off surrogate pair boundaries
(#1773).</action>
+ <action type="fix" dev="ggregory"
due-to="codeAnqiang-ma, Gary Gregory">Fix the month/day example in
DurationFormatUtils.formatPeriod Javadoc (#1772).</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>