From 8c42549396f33cf836c6bd475fc5cf12a3bd4d48 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Wed, 17 Nov 2021 08:33:03 -0500 Subject: [PATCH] Use final. #816 --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f938262f4..5d9fdb806 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -62,7 +62,7 @@ The type attribute can be add,update,fix,remove. Fix ObjectUtils Javadocs #755. Add test idea for RangeTest from PR #815 by Rushi98, but with a new comment. Make Range constructors more generic #810. - Add final var and Remove redundant String. #813. + Use final and Remove redundant String. #813, #816. Add EnumUtils.getEnumSystemProperty(...). Add TriConsumer.