Skip to content

Commit 84b4ceb

Browse files
committed
Fix (@)since tag in SpelMessage
See gh-28043
1 parent 5689395 commit 84b4ceb

File tree

1 file changed

+1
-1
lines changed
  • spring-expression/src/main/java/org/springframework/expression/spel

1 file changed

+1
-1
lines changed

spring-expression/src/main/java/org/springframework/expression/spel/SpelMessage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ public enum SpelMessage {
258258
FLAWED_PATTERN(Kind.ERROR, 1073,
259259
"Failed to efficiently evaluate pattern ''{0}'': consider redesigning it"),
260260

261-
/** @since 5.3.16 */
261+
/** @since 5.3.17 */
262262
EXCEPTION_COMPILING_EXPRESSION(Kind.ERROR, 1074,
263263
"An exception occurred while compiling an expression");
264264

0 commit comments

Comments
 (0)