Skip to content

Commit

Permalink
Mark dnsResolver(DnsResolver) as deprecated. (#2855)
Browse files Browse the repository at this point in the history
  • Loading branch information
yfwz100 committed May 22, 2024
1 parent 76efb8b commit 35bfcf1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,9 @@ public Builder computationThreadPoolSize(int computationThreadPoolSize) {
* @param dnsResolver the DNS resolver, must not be {@code null}.
* @return {@code this} {@link Builder}.
* @since 4.3
* @deprecated since 6.1. Configure {@link AddressResolverGroup} instead.
*/
@Deprecated
@Override
public Builder dnsResolver(DnsResolver dnsResolver) {

Expand Down

0 comments on commit 35bfcf1

Please sign in to comment.