Browse Source

Remove incorrect [@]since tags

pull/29282/head
Sam Brannen 2 years ago
parent
commit
1224be84ba
  1. 2
      spring-webflux/src/main/java/org/springframework/web/reactive/socket/client/ReactorNetty2WebSocketClient.java

2
spring-webflux/src/main/java/org/springframework/web/reactive/socket/client/ReactorNetty2WebSocketClient.java

@ -76,7 +76,6 @@ public class ReactorNetty2WebSocketClient implements WebSocketClient {
/** /**
* Constructor that accepts an existing {@link HttpClient} builder * Constructor that accepts an existing {@link HttpClient} builder
* and a pre-configured {@link WebsocketClientSpec.Builder}. * and a pre-configured {@link WebsocketClientSpec.Builder}.
* @since 5.3
*/ */
public ReactorNetty2WebSocketClient( public ReactorNetty2WebSocketClient(
HttpClient httpClient, Supplier<WebsocketClientSpec.Builder> builderSupplier) { HttpClient httpClient, Supplier<WebsocketClientSpec.Builder> builderSupplier) {
@ -100,7 +99,6 @@ public class ReactorNetty2WebSocketClient implements WebSocketClient {
* configuration. This can be used to check the configured parameters except * configuration. This can be used to check the configured parameters except
* for sub-protocols which depend on the {@link WebSocketHandler} that is used * for sub-protocols which depend on the {@link WebSocketHandler} that is used
* for a given upgrade. * for a given upgrade.
* @since 5.3
*/ */
public WebsocketClientSpec getWebsocketClientSpec() { public WebsocketClientSpec getWebsocketClientSpec() {
return buildSpec(null); return buildSpec(null);

Loading…
Cancel
Save