Skip to content

Commit

Permalink
alts: fix ComputeEngineChannelBuilder class signature
Browse files Browse the repository at this point in the history
  • Loading branch information
dapengzhang0 committed Nov 4, 2019
1 parent de131b9 commit a3d2f7b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,7 +39,7 @@
* using ALTS if applicable and using TLS as fallback.
*/
public final class ComputeEngineChannelBuilder
extends ForwardingChannelBuilder<GoogleDefaultChannelBuilder> {
extends ForwardingChannelBuilder<ComputeEngineChannelBuilder> {

private final NettyChannelBuilder delegate;

Expand Down

0 comments on commit a3d2f7b

Please sign in to comment.