Skip to content

Commit

Permalink
testing: remove channel setStatsEnabled accessor hack
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiitk committed Sep 2, 2020
1 parent a120cb6 commit b2365a1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions testing/src/main/java/io/grpc/internal/TestingAccessor.java
Expand Up @@ -20,13 +20,6 @@
* 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.
Expand Down

0 comments on commit b2365a1

Please sign in to comment.