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 58d59a084c Fix back-port
58d59a084c is described below
commit 58d59a084c443b29f4375fc9533ff002c09b05e2
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Jul 25 08:26:37 2025 +0100
Fix back-port
---
java/org/apache/tomcat/websocket/TransformationBuilder.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/tomcat/websocket/TransformationBuilder.java
b/java/org/apache/tomcat/websocket/TransformationBuilder.java
index 3b6f21a859..2425d12714 100644
--- a/java/org/apache/tomcat/websocket/TransformationBuilder.java
+++ b/java/org/apache/tomcat/websocket/TransformationBuilder.java
@@ -18,7 +18,7 @@ package org.apache.tomcat.websocket;
import java.util.List;
-import jakarta.websocket.Extension;
+import javax.websocket.Extension;
public interface TransformationBuilder {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]