This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new 798d10f  space police
798d10f is described below

commit 798d10f5283a8f4bdfd5e051ce02b453e9c128f5
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Sep 17 20:28:44 2020 +0100

    space police
---
 java/jakarta/el/ELContext.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/jakarta/el/ELContext.java b/java/jakarta/el/ELContext.java
index c6d3878..c58037a 100644
--- a/java/jakarta/el/ELContext.java
+++ b/java/jakarta/el/ELContext.java
@@ -191,7 +191,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

Reply via email to