Skip to content

Commit

Permalink
Fix (@)since tag in SpelMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Feb 19, 2022
1 parent 5689395 commit 84b4ceb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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");

Expand Down

0 comments on commit 84b4ceb

Please sign in to comment.