From a026da0a989e77e686adfbde445a770710b9fece Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Fri, 8 Oct 2021 15:26:44 -0400 Subject: [PATCH] Remove redundant initializers #800. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f18c645af..b746d8bd2 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -58,6 +58,7 @@ The type attribute can be add,update,fix,remove. Fix typos in JavaDoc #795. Simplify assertions with equivalent but more simple. #792. Avoid multiple equivalent occurrences of the same expression. #797. + Remove redundant initializers #800. Add EnumUtils.getEnumSystemProperty(...). Add TriConsumer.