mirror of https://github.com/grpc/grpc-java.git
api: Fix javadoc reference to deprecated method (#6894)
This commit is contained in:
parent
4ae7a37d7c
commit
c89bf49b6a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue