We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d1304c commit e335cb3Copy full SHA for e335cb3
testing/src/main/java/io/grpc/internal/TestingAccessor.java
@@ -20,13 +20,6 @@
20
* Test helper that allows accessing package-private stuff.
21
*/
22
public final class TestingAccessor {
23
- /**
24
- * Disable or enable client side census stats features.
25
- */
26
- public static void setStatsEnabled(
27
- AbstractManagedChannelImplBuilder<?> builder, boolean statsEnabled) {
28
- builder.setStatsEnabled(statsEnabled);
29
- }
30
31
/**
32
* Disable or enable server side census stats features.
0 commit comments