Fix (@)since tag in SpelMessage

See gh-28043
This commit is contained in:
Sam Brannen 2022-02-19 16:54:16 +01:00
parent 5689395678
commit 84b4cebb39
1 changed files with 1 additions and 1 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");