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 b3b51d1ed Address minor redundancies after code inspection #1148 b3b51d1ed is described below commit b3b51d1eda3ab3ec04ae62c8f654c1a4a2019a0b Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Wed Jan 24 22:12:01 2024 -0500 Address minor redundancies after code inspection #1148 --- src/changes/changes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6d0ed5b63..7c4aead49 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -63,7 +63,8 @@ The <action> type attribute can be add,update,fix,remove. <action issue="LANG-1713" type="fix" dev="ggregory" due-to="John Hendrikx, Gary Gregory">ArrayUtils will return null when adding two null arrays, but undocumented.</action> <action type="fix" dev="ggregory" due-to="Gary Gregory">Let parent POM figure out commons.spdx.version.</action> <action issue="LANG-1726" type="fix" dev="ggregory" due-to="Václav Haisman, Gary Gregory">Undeprecate ExceptionUtils.rethrow(Throwable).</action> - <action issue="LANG-1702" type="fix" dev="ggregory" due-to="Elliotte Rusty Harold">Test the Conversion class #1155.</action> + <action issue="LANG-1702" type="fix" dev="ggregory" due-to="Elliotte Rusty Harold">Test the Conversion class #1155.</action> + <action type="fix" dev="ggregory" due-to="ParanoidUser, Elliotte Rusty Harold, Gary Gregory">Address minor redundancies after code inspection #1148.</action> <!-- UPDATE --> <action type="update" dev="sebb" due-to="Dependabot">Bump commons-parent from 64 to 65.</action> <!-- REMOVE -->