Skip to content

Commit 0c1b905

Browse files
authored
[fix] message for handlerConfigurator (#3861)
Signed-off-by: Tobias Soloschenko <[email protected]>
1 parent d48afff commit 0c1b905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reactor-netty-core/src/main/java/reactor/netty/tcp/SslProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ public final Builder handshakeTimeout(Duration handshakeTimeout) {
560560

561561
@Override
562562
public final Builder handlerConfigurator(Consumer<? super SslHandler> handlerConfigurator) {
563-
Objects.requireNonNull(handlerConfigurator, "handshakeTimeout");
563+
Objects.requireNonNull(handlerConfigurator, "handlerConfigurator");
564564
this.handlerConfigurator = handlerConfigurator;
565565
return this;
566566
}

0 commit comments

Comments
 (0)