Skip to content

Commit 159e237

Browse files
authored
Fix Javadoc @⁠since tags in JettyCoreRequestUpgradeStrategy
See gh-32097 Closes gh-33569
1 parent 8931b75 commit 159e237

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-webflux/src/main/java/org/springframework/web/reactive/socket/server/upgrade/JettyCoreRequestUpgradeStrategy.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
*
5050
* @author Rossen Stoyanchev
5151
* @author Greg Wilkins
52-
* @since 5.3.4
52+
* @since 6.2
5353
*/
5454
public class JettyCoreRequestUpgradeStrategy implements RequestUpgradeStrategy {
5555

@@ -62,7 +62,6 @@ public class JettyCoreRequestUpgradeStrategy implements RequestUpgradeStrategy {
6262
/**
6363
* Add a callback to configure WebSocket server parameters on
6464
* {@link JettyWebSocketServerContainer}.
65-
* @since 6.1
6665
*/
6766
public void addWebSocketConfigurer(Consumer<Configurable> webSocketConfigurer) {
6867
this.webSocketConfigurer = (this.webSocketConfigurer != null ?

0 commit comments

Comments
 (0)