mirror of https://github.com/grpc/grpc-java.git
api: enforce NameResolver.Args creation with builder (#6437)
This commit is contained in:
parent
bd1f819024
commit
94eb93bd3a
|
|
@ -414,7 +414,7 @@ public abstract class NameResolver {
|
|||
private final ServiceConfigParser serviceConfigParser;
|
||||
@Nullable private final Executor executor;
|
||||
|
||||
Args(
|
||||
private Args(
|
||||
Integer defaultPort,
|
||||
ProxyDetector proxyDetector,
|
||||
SynchronizationContext syncContext,
|
||||
|
|
|
|||
Loading…
Reference in New Issue