Fix (@)since tag in SpelMessage
See gh-28043
This commit is contained in:
@@ -258,7 +258,7 @@ public enum SpelMessage {
|
|||||||
FLAWED_PATTERN(Kind.ERROR, 1073,
|
FLAWED_PATTERN(Kind.ERROR, 1073,
|
||||||
"Failed to efficiently evaluate pattern ''{0}'': consider redesigning it"),
|
"Failed to efficiently evaluate pattern ''{0}'': consider redesigning it"),
|
||||||
|
|
||||||
/** @since 5.3.16 */
|
/** @since 5.3.17 */
|
||||||
EXCEPTION_COMPILING_EXPRESSION(Kind.ERROR, 1074,
|
EXCEPTION_COMPILING_EXPRESSION(Kind.ERROR, 1074,
|
||||||
"An exception occurred while compiling an expression");
|
"An exception occurred while compiling an expression");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user