Polishing

This commit is contained in:
Juergen Hoeller
2016-12-01 19:09:26 +01:00
parent 1ded1e38e8
commit 0028b29760
2 changed files with 5 additions and 4 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;
}