Skip to content

Commit

Permalink
DnsNameResolverChannelStrategy cannot be null
Browse files Browse the repository at this point in the history
Signed-off-by: Violeta Georgieva <violeta.georgieva@broadcom.com>
  • Loading branch information
violetagg authored Feb 4, 2025
1 parent 2753614 commit 70efdf8
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -342,12 +342,11 @@ public Duration cacheNegativeTimeToLive() {
}

/**
* Returns the configured custom {@link DnsNameResolverChannelStrategy} or null.
* Returns the configured custom {@link DnsNameResolverChannelStrategy}.
*
* @return the configured custom {@link DnsNameResolverChannelStrategy} or null
* @return the configured custom {@link DnsNameResolverChannelStrategy}
* @since 1.2.3
*/
@Nullable
public DnsNameResolverChannelStrategy datagramChannelStrategy() {
return datagramChannelStrategy;
}
Expand Down

0 comments on commit 70efdf8

Please sign in to comment.