Skip to content

Commit f96d395

Browse files
committed
use javax.annotation.Nullable in S2AProtocolNegotiatorFactory.
1 parent 3184cdc commit f96d395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

s2a/src/main/java/io/grpc/s2a/handshaker/S2AProtocolNegotiatorFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
import java.util.List;
4747
import java.util.Optional;
4848
import java.util.concurrent.Executors;
49-
import org.checkerframework.checker.nullness.qual.Nullable;
49+
import javax.annotation.Nullable;
5050

5151
/** Factory for performing negotiation of a secure channel using the S2A. */
5252
@ThreadSafe

0 commit comments

Comments
 (0)