This is an automated email from the ASF dual-hosted git repository. markt-asf pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 9bb4a0f3dccea2956924313caf57c3a8794a9416 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]
