Skip to content

Commit 98efff6

Browse files
authored
Update core/src/main/java/com/linecorp/armeria/client/AbstractDnsResolverBuilder.java
1 parent 490ea1c commit 98efff6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/src/main/java/com/linecorp/armeria/client/AbstractDnsResolverBuilder.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,7 @@ public SELF datagramChannelStrategy(DnsNameResolverChannelStrategy datagramChann
510510
/**
511511
* Enables <a href="https://tools.ietf.org/html/rfc7766">TCP fallback</a> using the specified
512512
* {@link SocketChannel} type.
513-
* <p>
514-
* TCP fallback is disabled by default.
513+
* Note that TCP fallback is disabled by default.
515514
* @param socketChannelType the type of {@link SocketChannel} to use for TCP fallback.
516515
* @param retrySocketChannelOnTimeout if {@code true} the {@link DnsNameResolver} will also fallback to
517516
* TCP if a timeout was detected, if {@code false} it will only try to

0 commit comments

Comments
 (0)