Skip to content

Commit 0433a82

Browse files
klopfdrehvioletagg
authored andcommitted
[fix] message for handlerConfigurator (#3861)
Signed-off-by: Tobias Soloschenko <[email protected]>
1 parent 7af7105 commit 0433a82

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
@@ -561,7 +561,7 @@ public final Builder handshakeTimeout(Duration handshakeTimeout) {
561561

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

0 commit comments

Comments
 (0)