Polishing

This commit is contained in:
Sam Brannen
2023-09-13 16:01:11 +02:00
parent e5f18798ca
commit 5dacf688b2

View File

@@ -59,7 +59,7 @@ public class JettyRequestUpgradeStrategy implements RequestUpgradeStrategy {
/**
* 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 ?