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 3184cdc commit f96d395Copy full SHA for f96d395
s2a/src/main/java/io/grpc/s2a/handshaker/S2AProtocolNegotiatorFactory.java
@@ -46,7 +46,7 @@
46
import java.util.List;
47
import java.util.Optional;
48
import java.util.concurrent.Executors;
49
-import org.checkerframework.checker.nullness.qual.Nullable;
+import javax.annotation.Nullable;
50
51
/** Factory for performing negotiation of a secure channel using the S2A. */
52
@ThreadSafe
0 commit comments