Remove incorrect [@]since tags
This commit is contained in:
parent
e284405e9a
commit
1224be84ba
|
|
@ -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…
Reference in New Issue