alts: fix ComputeEngineChannelBuilder class signature

This commit is contained in:
ZHANG Dapeng 2019-11-01 12:04:52 -07:00 committed by GitHub
parent c931c87430
commit b5e890bb72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ import javax.net.ssl.SSLException;
* using ALTS if applicable and using TLS as fallback.
*/
public final class ComputeEngineChannelBuilder
extends ForwardingChannelBuilder<GoogleDefaultChannelBuilder> {
extends ForwardingChannelBuilder<ComputeEngineChannelBuilder> {
private final NettyChannelBuilder delegate;