From fc1736edc4f13fa817a7b80a392dfeee2d9a4e32 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Thu, 26 May 2022 09:44:46 -0400 Subject: [PATCH] Increase test coverage of ComparableUtils from 71% to 100% #898. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6136b4d28..9c6bd5651 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -81,6 +81,7 @@ The type attribute can be add,update,fix,remove. Remove unnecessary variable creations #882. Minor changes #769. FastDateFormat does not support the 'L'-Pattern from SimpleDateFormat. + Increase test coverage of ComparableUtils from 71% to 100% #898. Add EnumUtils.getEnumSystemProperty(...). Add TriConsumer.