This is an automated email from the ASF dual-hosted git repository.
markt-asf 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 6eaec898a6 Fix back port
6eaec898a6 is described below
commit 6eaec898a6636d16e69c5f133a309d72ff32f2df
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Aug 14 12:31:57 2026 +0100
Fix back port
---
test/org/apache/tomcat/websocket/TestWsFrame.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/org/apache/tomcat/websocket/TestWsFrame.java
b/test/org/apache/tomcat/websocket/TestWsFrame.java
index 3b84c2aedf..a5c8a191a3 100644
--- a/test/org/apache/tomcat/websocket/TestWsFrame.java
+++ b/test/org/apache/tomcat/websocket/TestWsFrame.java
@@ -19,7 +19,7 @@ package org.apache.tomcat.websocket;
import java.io.IOException;
import java.nio.ByteBuffer;
-import jakarta.websocket.RemoteEndpoint;
+import javax.websocket.RemoteEndpoint;
import org.junit.Assert;
import org.junit.Test;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]