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 3e5edfdf0 Update Javadoc for the insert methods in ArrayUtils #1078 3e5edfdf0 is described below commit 3e5edfdf02231b1c7f2b88ac5e9d3c88f8b695c7 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Sun Jul 2 10:20:59 2023 -0400 Update Javadoc for the insert methods in ArrayUtils #1078 --- src/changes/changes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e2373bc52..f6d2eabae 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -119,8 +119,8 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="laurentschoelens, Bruno P. Kinoshita, Diego Marcilio">[LANG-1681] Fix some FieldUtils Javadocs #1047.</action> <action type="fix" dev="ggregory" due-to="Arturo Bernal">Remove unnecessary statement in DurationFormatUtils #965.</action> <action issue="LANG-1699" type="fix" dev="ggregory" due-to="Darren Coleman">Corrected value of SystemUtils.JAVA_VENDOR #1066.</action> - <action type="fix" dev="ggregory" due-to="step-security-bot, Gary Gregory">[StepSecurity] ci: Harden GitHub Actions #1067.</action> - + <action type="fix" dev="ggregory" due-to="step-security-bot, Gary Gregory">[StepSecurity] ci: Harden GitHub Actions #1067.</action> + <action type="fix" dev="ggregory" due-to="step-security-bot, Gary Gregory">Update Javadoc for the insert methods in ArrayUtils #1078.</action> <!-- ADD --> <action type="add" dev="ggregory" due-to="Gary Gregory">Add GitHub coverage.yml.</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add EnumUtils.getEnumSystemProperty(...).</action>