mirror of https://github.com/grpc/grpc-java.git
core: drop VisibleForTesting on ServiceConfigUtil
This commit is contained in:
parent
66c3c2911c
commit
3d2e375aa1
|
|
@ -34,7 +34,6 @@ import javax.annotation.Nullable;
|
||||||
/**
|
/**
|
||||||
* Helper utility to work with service configs.
|
* Helper utility to work with service configs.
|
||||||
*/
|
*/
|
||||||
@VisibleForTesting
|
|
||||||
public final class ServiceConfigUtil {
|
public final class ServiceConfigUtil {
|
||||||
|
|
||||||
private static final String SERVICE_CONFIG_METHOD_CONFIG_KEY = "methodConfig";
|
private static final String SERVICE_CONFIG_METHOD_CONFIG_KEY = "methodConfig";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue