api: enforce NameResolver.Args creation with builder (#6437)

This commit is contained in:
Chengyuan Zhang 2019-11-18 15:31:44 -08:00 committed by GitHub
parent bd1f819024
commit 94eb93bd3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,