testing: remove channel setStatsEnabled accessor hack

This commit is contained in:
Sergii Tkachenko 2020-09-02 12:06:07 -04:00 committed by Sergii Tkachenko
parent 5d1304c33c
commit e335cb3618
1 changed files with 0 additions and 7 deletions

View File

@ -20,13 +20,6 @@ package io.grpc.internal;
* Test helper that allows accessing package-private stuff. * Test helper that allows accessing package-private stuff.
*/ */
public final class TestingAccessor { 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. * Disable or enable server side census stats features.