This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new 175a00b space police 175a00b is described below commit 175a00b7b101ce58009740b80f13397c829bed00 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Sep 17 20:28:44 2020 +0100 space police --- java/javax/el/ELContext.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/javax/el/ELContext.java b/java/javax/el/ELContext.java index ca184ca..58c5db5 100644 --- a/java/javax/el/ELContext.java +++ b/java/javax/el/ELContext.java @@ -194,7 +194,7 @@ public abstract class ELContext { if (listeners == null) { return; } - + for (EvaluationListener listener : listeners) { try { listener.afterEvaluation(this, expression); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org