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 a54fff8 Fix imports
a54fff8 is described below
commit a54fff8601970f9d88d28177d0bc74368535dd0c
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Oct 28 21:20:41 2019 +0100
Fix imports
---
java/org/apache/catalina/startup/ContextConfig.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/java/org/apache/catalina/startup/ContextConfig.java
b/java/org/apache/catalina/startup/ContextConfig.java
index fa11334..f0f2fd2 100644
--- a/java/org/apache/catalina/startup/ContextConfig.java
+++ b/java/org/apache/catalina/startup/ContextConfig.java
@@ -37,6 +37,7 @@ import java.util.Map;
import java.util.Map.Entry;
import java.util.Properties;
import java.util.Set;
+
import javax.servlet.MultipartConfigElement;
import javax.servlet.ServletContainerInitializer;
import javax.servlet.ServletContext;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]