From 3f30787c0c2fb6651da14833914dfc31bae3138f Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Mon, 29 Nov 2021 10:28:14 -0500 Subject: [PATCH] Move entry. --- 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 20a2b472b..3b2bb4555 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -64,6 +64,7 @@ The type attribute can be add,update,fix,remove. Make Range constructors more generic #810. Use final and Remove redundant String. #813, #816. Use Set instead of List for checking the contains() method #734. + Javadoc for StringUtils.substringBefore(String str, int separator) doesn't mention that the separator is an int. Add EnumUtils.getEnumSystemProperty(...). Add TriConsumer. @@ -118,7 +119,6 @@ The type attribute can be add,update,fix,remove. Bump maven-pmd-plugin from 3.14.0 to 3.15.0 #802. Bump biz.aQute.bndlib from 5.3.0 to 6.1.0 #814, #835. Bump actions/checkout from 2.3.4 to 2.4.0 #819, #825. - Javadoc for StringUtils.substringBefore(String str, int separator) doesn't mention that the separator is an int.