From f0e5dcffe25e1e922558b73595390702925b9e3e Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Tue, 18 Apr 2023 08:45:40 -0400 Subject: [PATCH] Remove unnecessary statement in DurationFormatUtils #965 --- src/changes/changes.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2292f15f5..137940255 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -117,6 +117,8 @@ The type attribute can be add,update,fix,remove. Fix the comment of ComparableUtils, using "smallest", not "largest" #1058. AnnotationUtilsTest & FormattableUtilsTest Only use static imports to import assert methods in tests #1052. [LANG-1681] Fix some FieldUtils Javadocs #1047. + Remove unnecessary statement in DurationFormatUtils #965. + Add GitHub coverage.yml. Add EnumUtils.getEnumSystemProperty(...).