This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 3e279ea Missing import
3e279ea is described below
commit 3e279eae309e62f49780de276389d92f54b8e303
Author: Thomas Andraschko <[email protected]>
AuthorDate: Wed Sep 9 11:21:31 2020 +0200
Missing import
---
java/javax/el/ELContext.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/java/javax/el/ELContext.java b/java/javax/el/ELContext.java
index 46f0564..cd68a78 100644
--- a/java/javax/el/ELContext.java
+++ b/java/javax/el/ELContext.java
@@ -17,6 +17,7 @@
package javax.el;
import java.util.ArrayList;
+import java.util.Collections;
import java.util.Deque;
import java.util.HashMap;
import java.util.LinkedList;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]