aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/java/io/grpc/internal/ManagedChannelImplTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/test/java/io/grpc/internal/ManagedChannelImplTest.java')
-rw-r--r--core/src/test/java/io/grpc/internal/ManagedChannelImplTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/test/java/io/grpc/internal/ManagedChannelImplTest.java b/core/src/test/java/io/grpc/internal/ManagedChannelImplTest.java
index 783fb400d..9f1d784c9 100644
--- a/core/src/test/java/io/grpc/internal/ManagedChannelImplTest.java
+++ b/core/src/test/java/io/grpc/internal/ManagedChannelImplTest.java
@@ -68,11 +68,11 @@ import io.grpc.ConnectivityState;
import io.grpc.ConnectivityStateInfo;
import io.grpc.Context;
import io.grpc.EquivalentAddressGroup;
-import io.grpc.Instrumented;
import io.grpc.IntegerMarshaller;
import io.grpc.InternalChannelz;
import io.grpc.InternalChannelz.ChannelStats;
import io.grpc.InternalChannelz.ChannelTrace;
+import io.grpc.InternalInstrumented;
import io.grpc.LoadBalancer;
import io.grpc.LoadBalancer.Helper;
import io.grpc.LoadBalancer.PickResult;
@@ -2950,7 +2950,7 @@ public class ManagedChannelImplTest {
}
private static ChannelStats getStats(
- Instrumented<ChannelStats> instrumented) throws Exception {
+ InternalInstrumented<ChannelStats> instrumented) throws Exception {
return instrumented.getStats().get();
}