We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f6adf commit 4b41af6Copy full SHA for 4b41af6
netty/src/test/java/io/grpc/netty/NettyClientTransportTest.java
@@ -46,6 +46,7 @@
46
import com.google.common.base.Ticker;
47
import com.google.common.io.ByteStreams;
48
import com.google.common.util.concurrent.SettableFuture;
49
+import com.google.errorprone.annotations.concurrent.GuardedBy;
50
import io.grpc.Attributes;
51
import io.grpc.CallOptions;
52
import io.grpc.ChannelLogger;
@@ -122,7 +123,6 @@
122
123
import java.util.concurrent.TimeoutException;
124
import java.util.concurrent.atomic.AtomicBoolean;
125
import javax.annotation.Nullable;
-import javax.annotation.concurrent.GuardedBy;
126
import javax.net.ssl.SSLException;
127
import javax.net.ssl.SSLHandshakeException;
128
import javax.net.ssl.TrustManager;
0 commit comments