From 5fc1f111f84306de1e9b31fae29940a51db8604e Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 21 Aug 2022 08:51:52 -0400 Subject: [PATCH] Simplifiable conditional expression. #941 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2255e5e32..fd055f215 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -94,6 +94,7 @@ The type attribute can be add,update,fix,remove. StringUtils.join(Iterator, String) should only return null when the Iterator is null. Add tests to increase coverage #904. Extends Object clauses are redundant #937. + Simplifiable conditional expression. #941. Add GitHub coverage.yml. Add EnumUtils.getEnumSystemProperty(...).