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