api: Fix javadoc reference to deprecated method (#6894)

This commit is contained in:
ST-DDT 2020-04-03 01:43:28 +02:00 committed by GitHub
parent 4ae7a37d7c
commit c89bf49b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -209,8 +209,8 @@ public abstract class ManagedChannelBuilder<T extends ManagedChannelBuilder<T>>
/**
* Provides a custom {@link NameResolver.Factory} for the channel. If this method is not called,
* the builder will try the providers listed by {@link NameResolverProvider#providers()} for the
* given target.
* the builder will try the providers registered in the default {@link NameResolverRegistry} for
* the given target.
*
* <p>This method should rarely be used, as name resolvers should provide a {@code
* NameResolverProvider} and users rely on service loading to find implementations in the class