We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5689395 commit 84b4cebCopy full SHA for 84b4ceb
spring-expression/src/main/java/org/springframework/expression/spel/SpelMessage.java
@@ -258,7 +258,7 @@ public enum SpelMessage {
258
FLAWED_PATTERN(Kind.ERROR, 1073,
259
"Failed to efficiently evaluate pattern ''{0}'': consider redesigning it"),
260
261
- /** @since 5.3.16 */
+ /** @since 5.3.17 */
262
EXCEPTION_COMPILING_EXPRESSION(Kind.ERROR, 1074,
263
"An exception occurred while compiling an expression");
264
0 commit comments