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

commit eee98089ac0f39201537fa7a9ff9e6b5588906b8
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Oct 13 09:16:04 2024 -0400

    Add details to the ArrayFill Javadoc
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8db056a2a..02436ce2a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,6 +55,7 @@ The <action> type attribute can be add,update,fix,remove.
                               OSS-Fuzz Issue 42522972: 
apache-commons-text:StringSubstitutorInterpolatorFuzzer: Security exception in 
org.apache.commons.lang3.ClassUtils.getClass.</action>
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Remove trailing whitespace in StopWatch exception messages.</action>
     <action issue="LANG-1754" type="fix" dev="ggregory" due-to="vhbcm">Use 
getAllSuperclassesAndInterfaces() in getMatchingMethod() #1289.</action>
+    <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Add details to the ArrayFill Javadoc.</action>
     <!-- ADD -->
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add Strings and refactor StringUtils.</action>
     <action issue="LANG-1747" type="add" dev="ggregory" due-to="Oliver B. 
Fischer, Gary Gregory">Add StopWatch.run([Failable]Runnable) and 
get([Failable]Supplier).</action>

Reply via email to