cronet: make CronetChannelBuilder final

This commit is contained in:
Eric Gribkoff 2017-10-11 15:52:01 -07:00 committed by GitHub
parent 18ba417241
commit d63711e8bc
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ import org.chromium.net.ExperimentalCronetEngine;
/** Convenience class for building channels with the cronet transport. */ /** Convenience class for building channels with the cronet transport. */
@ExperimentalApi("There is no plan to make this API stable, given transport API instability") @ExperimentalApi("There is no plan to make this API stable, given transport API instability")
public class CronetChannelBuilder extends public final class CronetChannelBuilder extends
AbstractManagedChannelImplBuilder<CronetChannelBuilder> { AbstractManagedChannelImplBuilder<CronetChannelBuilder> {
/** BidirectionalStream.Builder factory used for getting the gRPC BidirectionalStream. */ /** BidirectionalStream.Builder factory used for getting the gRPC BidirectionalStream. */