From 2cc524380830ba76a9a7e60e37d726e2aaf743a9 Mon Sep 17 00:00:00 2001 From: pascalschumacher Date: Fri, 27 Jul 2018 19:38:57 +0200 Subject: [PATCH] LANG-1401: Typo in JavaDoc for lastIndexOf Add changes.xml entry (actual fix was done in 69a8ef318942898383508c2a3d1db240f38f1cb8) --- src/changes/changes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 370174377..e74533fca 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -57,7 +57,8 @@ The type attribute can be add,update,fix,remove. Fix TypeUtils#parameterize to work correctly with narrower-typed array Fix EventCountCircuitBreaker increment batch NumberUtils.createNumber() throws StringIndexOutOfBoundsException instead of NumberFormatException - WordUtils.wrap throws StringIndexOutOfBoundsException when wrapLength is Integer.MAX_VALUE. + WordUtils.wrap throws StringIndexOutOfBoundsException when wrapLength is Integer.MAX_VALUE. + Typo in JavaDoc for lastIndexOf ObjectUtils.identityToString(Object) and friends should allocate builders and buffers with a size EnumUtils.getEnumIgnoreCase and isValidEnumIgnoreCase methods added Add ToStringSummary annotation