Merge branch '5.3.x'

This commit is contained in:
Sam Brannen
2022-02-19 17:02:02 +01:00
5 changed files with 12 additions and 2 deletions

View File

@@ -258,7 +258,7 @@ public enum SpelMessage {
FLAWED_PATTERN(Kind.ERROR, 1073,
"Failed to efficiently evaluate pattern ''{0}'': consider redesigning it"),
/** @since 5.3.16 */
/** @since 5.3.17 */
EXCEPTION_COMPILING_EXPRESSION(Kind.ERROR, 1074,
"An exception occurred while compiling an expression");