From b134387206ed99145064e090cc33aec0e235adef Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Thu, 26 May 2022 16:57:31 -0400 Subject: [PATCH] Increase method test coverage of MultilineRecursiveToStringStyle #899 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9c6bd5651..21f08d191 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -82,6 +82,7 @@ The type attribute can be add,update,fix,remove. Minor changes #769. FastDateFormat does not support the 'L'-Pattern from SimpleDateFormat. Increase test coverage of ComparableUtils from 71% to 100% #898. + Increase method test coverage of MultilineRecursiveToStringStyle #899. Add EnumUtils.getEnumSystemProperty(...). Add TriConsumer.