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 d15939ef4 Keep StopWatch.formatSplitTime from clamping splits to int 
millis (#1777).
d15939ef4 is described below

commit d15939ef46f0bd4144994df8be95cf5a7f91eb52
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Aug 22 11:50:10 2026 -0400

    Keep StopWatch.formatSplitTime from clamping splits to int millis
    (#1777).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index db3daaee8..f964c2704 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -247,6 +247,7 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="fix" dev="ggregory" due-to="gaurav kumar 
pandey, Gary Gregory">Fix typos in Javadoc and example comments 
(#1774).</action>
     <action                   type="fix" dev="ggregory" due-to="alhuda, Gary 
Gregory">Fix CharRange.contains(CharRange) for negated argument ranges 
(#1775).</action>
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Fix SpotBugs USO_UNSAFE_METHOD_SYNCHRONIZATION in CharSet.</action>
+    <action                   type="fix" dev="ggregory" due-to="alhuda, Gary 
Gregory">Keep StopWatch.formatSplitTime from clamping splits to int millis 
(#1777).</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>

Reply via email to