This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new b63ee77af4 Work around an Eclipse bug
b63ee77af4 is described below
commit b63ee77af44691f023ceb2bd5293cb5d34132fe0
Author: Mark Thomas <[email protected]>
AuthorDate: Thu May 7 15:45:42 2026 +0100
Work around an Eclipse bug
---
.../tomcat/websocket/server/DefaultServerEndpointConfigurator.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/java/org/apache/tomcat/websocket/server/DefaultServerEndpointConfigurator.java
b/java/org/apache/tomcat/websocket/server/DefaultServerEndpointConfigurator.java
index 13e029a63c..fa4c0d6ee9 100644
---
a/java/org/apache/tomcat/websocket/server/DefaultServerEndpointConfigurator.java
+++
b/java/org/apache/tomcat/websocket/server/DefaultServerEndpointConfigurator.java
@@ -29,6 +29,7 @@ import jakarta.websocket.server.ServerEndpointConfig;
/**
* Default implementation of {@link ServerEndpointConfig.Configurator} for
WebSocket server endpoints.
*/
+@SuppressWarnings("javadoc") // Eclipse bug - the Javadoc is fine
@aQute.bnd.annotation.spi.ServiceProvider(value =
ServerEndpointConfig.Configurator.class)
public class DefaultServerEndpointConfigurator extends
ServerEndpointConfig.Configurator {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]