Polishing

This commit is contained in:
Sam Brannen
2023-09-13 12:38:43 +02:00
parent 1f1f222b8b
commit 2cc1ee78c1
3 changed files with 3 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ public class JettyRequestUpgradeStrategy implements RequestUpgradeStrategy, Serv
/**
* Add a callback to configure WebSocket server parameters on
* {@link JettyWebSocketServerContainer}.
* @since 6.1.0
* @since 6.1
*/
public void addWebSocketConfigurer(Consumer<Configurable> webSocketConfigurer) {
this.webSocketConfigurer = (this.webSocketConfigurer != null ?