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 7a0f1ae  Fix backport
7a0f1ae is described below

commit 7a0f1ae69fcf6f9b8214b7c9ad68f0601721bae0
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Sat Jan 8 16:19:47 2022 +0000

    Fix backport
---
 java/org/apache/coyote/http2/StreamProcessor.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/coyote/http2/StreamProcessor.java 
b/java/org/apache/coyote/http2/StreamProcessor.java
index 4d1e41c..11a7196 100644
--- a/java/org/apache/coyote/http2/StreamProcessor.java
+++ b/java/org/apache/coyote/http2/StreamProcessor.java
@@ -20,7 +20,7 @@ import java.io.IOException;
 import java.util.Enumeration;
 import java.util.Iterator;
 
-import jakarta.servlet.http.HttpServletResponse;
+import javax.servlet.http.HttpServletResponse;
 
 import org.apache.coyote.AbstractProcessor;
 import org.apache.coyote.ActionCode;

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

Reply via email to