From 5a0eed4f380a9ae1723754470b4beccbbc7472fa Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Mon, 17 Apr 2023 09:00:51 -0400 Subject: [PATCH] [LANG-1681] Fix some FieldUtils Javadocs #1047 --- 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 211796dde..2292f15f5 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -115,7 +115,8 @@ The type attribute can be add,update,fix,remove. Swap the order of assertion args (first excepted then actual) #1054. Fix the comment of Failable, redundant "-" #1056. Fix the comment of ComparableUtils, using "smallest", not "largest" #1058. - AnnotationUtilsTest & FormattableUtilsTest Only use static imports to import assert methods in tests #1052. + AnnotationUtilsTest & FormattableUtilsTest Only use static imports to import assert methods in tests #1052. + [LANG-1681] Fix some FieldUtils Javadocs #1047. Add GitHub coverage.yml. Add EnumUtils.getEnumSystemProperty(...).