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 41739883d9 Fix back-port
41739883d9 is described below

commit 41739883d9b3c28dd137517709fe185ef409be62
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Sep 19 16:25:44 2025 +0100

    Fix back-port
---
 .../coyote/http2/TestStandardSessionIntegrationHttp2.java      | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/test/org/apache/coyote/http2/TestStandardSessionIntegrationHttp2.java 
b/test/org/apache/coyote/http2/TestStandardSessionIntegrationHttp2.java
index c6780d1b4f..ef6b97d1e1 100644
--- a/test/org/apache/coyote/http2/TestStandardSessionIntegrationHttp2.java
+++ b/test/org/apache/coyote/http2/TestStandardSessionIntegrationHttp2.java
@@ -21,11 +21,11 @@ import java.io.PrintWriter;
 import java.nio.ByteBuffer;
 import java.util.concurrent.CountDownLatch;
 
-import jakarta.servlet.ServletException;
-import jakarta.servlet.http.HttpServlet;
-import jakarta.servlet.http.HttpServletRequest;
-import jakarta.servlet.http.HttpServletResponse;
-import jakarta.servlet.http.HttpSession;
+import javax.servlet.ServletException;
+import javax.servlet.http.HttpServlet;
+import javax.servlet.http.HttpServletRequest;
+import javax.servlet.http.HttpServletResponse;
+import javax.servlet.http.HttpSession;
 
 import org.junit.Assert;
 import org.junit.Test;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to