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 df64310a696fc15f848a303eb866ca0a1c4eba02 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Apr 18 08:57:02 2023 -0400 Fix XML syntax --- 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 137940255..b13163329 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -115,7 +115,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="remeio">Swap the order of assertion args (first excepted then actual) #1054.</action> <action type="fix" dev="aherbert" due-to="remeio">Fix the comment of Failable, redundant "-" #1056.</action> <action type="fix" dev="aherbert" due-to="remeio">Fix the comment of ComparableUtils, using "smallest", not "largest" #1058.</action> - <action type="fix" dev="ggregory" due-to="remeio">AnnotationUtilsTest & FormattableUtilsTest Only use static imports to import assert methods in tests #1052.</action> + <action type="fix" dev="ggregory" due-to="remeio">AnnotationUtilsTest and FormattableUtilsTest Only use static imports to import assert methods in tests #1052.</action> <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>