From e691ad7c23c518b7437cd023727c8379e369b8c0 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Tue, 7 Apr 2020 12:08:20 -0400 Subject: [PATCH] Fixed the typo and deal the NPE with Objects.requireNonNull #118. --- src/changes/changes.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7f33a4fcb..0e870662c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -136,10 +136,13 @@ MultiKey.getKeys class cast exception. - Let org.apache.commons.collections4.properties.[Sorted]PropertiesFactory accept XML input. + Let org.apache.commons.collections4.properties.[Sorted]PropertiesFactory accept XML input. - Update tests from Apache Commons Lang 3.9 to 3.10. + Update tests from Apache Commons Lang 3.9 to 3.10. + + + Fixed the typo and deal the NPE with Objects.requireNonNull #118.