mirror of https://github.com/grpc/grpc-java.git
testing: remove channel setStatsEnabled accessor hack
This commit is contained in:
parent
5d1304c33c
commit
e335cb3618
|
|
@ -20,13 +20,6 @@ package io.grpc.internal;
|
|||
* Test helper that allows accessing package-private stuff.
|
||||
*/
|
||||
public final class TestingAccessor {
|
||||
/**
|
||||
* Disable or enable client side census stats features.
|
||||
*/
|
||||
public static void setStatsEnabled(
|
||||
AbstractManagedChannelImplBuilder<?> builder, boolean statsEnabled) {
|
||||
builder.setStatsEnabled(statsEnabled);
|
||||
}
|
||||
|
||||
/**
|
||||
* Disable or enable server side census stats features.
|
||||
|
|
|
|||
Loading…
Reference in New Issue