Skip to content

Commit 2721e92

Browse files
committed
[fix] message for handlerConfigurator
Signed-off-by: Tobias Soloschenko <[email protected]>
1 parent 5f36be3 commit 2721e92

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)