Fix Javadoc @⁠since tags in JettyCoreRequestUpgradeStrategy

See gh-32097
Closes gh-33569
This commit is contained in:
Johnny Lim 2024-09-20 18:34:39 +09:00 committed by GitHub
parent 8931b75b95
commit 159e23730c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -49,7 +49,7 @@ import org.springframework.web.server.ServerWebExchange;
* *
* @author Rossen Stoyanchev * @author Rossen Stoyanchev
* @author Greg Wilkins * @author Greg Wilkins
* @since 5.3.4 * @since 6.2
*/ */
public class JettyCoreRequestUpgradeStrategy implements RequestUpgradeStrategy { public class JettyCoreRequestUpgradeStrategy implements RequestUpgradeStrategy {
@ -62,7 +62,6 @@ public class JettyCoreRequestUpgradeStrategy implements RequestUpgradeStrategy {
/** /**
* Add a callback to configure WebSocket server parameters on * Add a callback to configure WebSocket server parameters on
* {@link JettyWebSocketServerContainer}. * {@link JettyWebSocketServerContainer}.
* @since 6.1
*/ */
public void addWebSocketConfigurer(Consumer<Configurable> webSocketConfigurer) { public void addWebSocketConfigurer(Consumer<Configurable> webSocketConfigurer) {
this.webSocketConfigurer = (this.webSocketConfigurer != null ? this.webSocketConfigurer = (this.webSocketConfigurer != null ?