File tree Expand file tree Collapse file tree
alts/src/main/java/io/grpc/alts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ static Resource<Channel> getHandshakerChannelForTesting(String handshakerAddress
4747 }
4848
4949 private static final boolean EXPERIMENTAL_ALTS_HANDSHAKER_KEEPALIVE_PARAMS =
50- GrpcUtil .getFlag ("GRPC_EXPERIMENTAL_ALTS_HANDSHAKER_KEEPALIVE_PARAMS" , false );
50+ GrpcUtil .getFlag ("GRPC_EXPERIMENTAL_ALTS_HANDSHAKER_KEEPALIVE_PARAMS" , false );
5151
5252 private static class ChannelResource implements Resource <Channel > {
5353 private final String target ;
@@ -62,7 +62,7 @@ public Channel create() {
6262 EventLoopGroup eventGroup =
6363 new NioEventLoopGroup (1 , new DefaultThreadFactory ("handshaker pool" , true ));
6464 NettyChannelBuilder channelBuilder =
65- NettyChannelBuilder .forTarget (target )
65+ NettyChannelBuilder .forTarget (target )
6666 .channelType (NioSocketChannel .class , InetSocketAddress .class )
6767 .directExecutor ()
6868 .eventLoopGroup (eventGroup )
You can’t perform that action at this time.
0 commit comments