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 4fe0776 commit 29a672a
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 29a672a

Please sign in to comment.