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 98f6731 commit 2497159
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -44,7 +44,7 @@
* using ALTS if applicable and using TLS as fallback.
*/
public final class ComputeEngineChannelBuilder
extends ForwardingChannelBuilder<GoogleDefaultChannelBuilder> {
extends ForwardingChannelBuilder<ComputeEngineChannelBuilder> {

private final NettyChannelBuilder delegate;
private GoogleDefaultProtocolNegotiator negotiatorForTest;
Expand Down

0 comments on commit 2497159

Please sign in to comment.