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 2966c2b Missing import 2966c2b is described below commit 2966c2ba9430d8ec7b8786182c5256657a926c60 Author: Thomas Andraschko <tandrasc...@apache.org> 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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org