Fix Javadoc @since tags in JettyCoreRequestUpgradeStrategy
See gh-32097 Closes gh-33569
This commit is contained in:
parent
8931b75b95
commit
159e23730c
|
|
@ -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 ?
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue