From 68f58dc1ca6811db43368dd2f1b9156a198742df Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Thu, 15 Jun 2023 12:18:55 -0400 Subject: [PATCH] [LANG-1699] Corrected value of SystemUtils.JAVA_VENDOR #1066 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 23e6867bc..72536ab51 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -118,6 +118,7 @@ The type attribute can be add,update,fix,remove. AnnotationUtilsTest and 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. + Corrected value of SystemUtils.JAVA_VENDOR #1066. Add GitHub coverage.yml. Add EnumUtils.getEnumSystemProperty(...).