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

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

commit 891032a7482e65b6ed7fe4ff6a57cca8cae639c1
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Aug 15 14:50:00 2024 +0100

    s
---
 java/org/apache/el/parser/AstElvis.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/el/parser/AstElvis.java 
b/java/org/apache/el/parser/AstElvis.java
index eec28fbcf0..ce34074616 100644
--- a/java/org/apache/el/parser/AstElvis.java
+++ b/java/org/apache/el/parser/AstElvis.java
@@ -18,10 +18,10 @@
 /* 
JavaCCOptions:MULTI=true,NODE_USES_PARSER=false,VISITOR=false,TRACK_TOKENS=false,NODE_PREFIX=Ast,NODE_EXTENDS=,NODE_FACTORY=,SUPPORT_CLASS_VISIBILITY_PUBLIC=true
 */
 package org.apache.el.parser;
 
-import org.apache.el.lang.EvaluationContext;
-
 import jakarta.el.ELException;
 
+import org.apache.el.lang.EvaluationContext;
+
 public class AstElvis extends SimpleNode {
     public AstElvis(int id) {
         super(id);


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to