This is an automated email from the ASF dual-hosted git repository.
schultz 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 fbfcfdf Fix checkstyle complaint.
fbfcfdf is described below
commit fbfcfdf021e3a8c5bc518f3cf061d0c32eb60531
Author: Christopher Schultz <[email protected]>
AuthorDate: Sun May 5 15:28:56 2019 +0200
Fix checkstyle complaint.
---
java/org/apache/catalina/servlets/DefaultServlet.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/java/org/apache/catalina/servlets/DefaultServlet.java
b/java/org/apache/catalina/servlets/DefaultServlet.java
index 0bb8e86..867365a 100644
--- a/java/org/apache/catalina/servlets/DefaultServlet.java
+++ b/java/org/apache/catalina/servlets/DefaultServlet.java
@@ -43,6 +43,7 @@ import java.util.Iterator;
import java.util.List;
import java.util.Locale;
import java.util.StringTokenizer;
+
import javax.servlet.DispatcherType;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletContext;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]