core: drop VisibleForTesting on ServiceConfigUtil

This commit is contained in:
Carl Mastrangelo 2019-01-23 15:10:50 -08:00 committed by GitHub
parent 66c3c2911c
commit 3d2e375aa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ import javax.annotation.Nullable;
/**
* Helper utility to work with service configs.
*/
@VisibleForTesting
public final class ServiceConfigUtil {
private static final String SERVICE_CONFIG_METHOD_CONFIG_KEY = "methodConfig";