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 0d5d1fc1196d0649f18c62c6ab97e509a61e052a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Aug 21 10:20:49 2022 -0400 Better description --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 946dd6456..ae8357c84 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -94,7 +94,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Gary Gregory">StringUtils.join(Iterator, String) should only return null when the Iterator is null.</action> <action type="fix" dev="ggregory" due-to="Arturo Bernal">Add tests to increase coverage #904.</action> <action type="fix" dev="ggregory" due-to="Arturo Bernal">Extends Object clauses are redundant #937.</action> - <action type="fix" dev="ggregory" due-to="Arturo Bernal">Simplifiable conditional expression. #941.</action> + <action type="fix" dev="ggregory" due-to="Arturo Bernal">Simplify conditional expression. #941.</action> <action type="fix" dev="ggregory" due-to="Arturo Bernal">Fix some Javadoc comments #938.</action> <!-- ADD --> <action type="add" dev="ggregory" due-to="Gary Gregory">Add GitHub coverage.yml.</action>