Polishing

(cherry picked from commit 0028b29)
This commit is contained in:
Juergen Hoeller
2016-12-01 19:09:26 +01:00
parent 300f2cd2dd
commit f6fc0a86b3
5 changed files with 11 additions and 14 deletions

View File

@@ -88,7 +88,7 @@ public class ExpressionException extends RuntimeException {
* @param cause the underlying cause of this exception
*/
public ExpressionException(int position, String message, Throwable cause) {
super(message,cause);
super(message, cause);
this.position = position;
}