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.
2 parents f7029ff + c5278aa commit 03af55aCopy full SHA for 03af55a
spring-expression/src/main/java/org/springframework/expression/spel/standard/Tokenizer.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2017 the original author or authors.
+ * Copyright 2002-2018 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -265,7 +265,7 @@ else if (isTwoCharToken(TokenKind.SAFE_NAVI)) {
265
raiseParseException(this.pos, SpelMessage.UNEXPECTED_ESCAPE_CHAR);
266
break;
267
default:
268
- throw new IllegalStateException("Cannot handle (" + Integer.valueOf(ch) + ") '" + ch + "'");
+ throw new IllegalStateException("Cannot handle ('" + ch + "')");
269
}
270
271
0 commit comments