mirror of https://github.com/grpc/grpc-java.git
cronet: make CronetChannelBuilder final
This commit is contained in:
parent
18ba417241
commit
d63711e8bc
|
|
@ -41,7 +41,7 @@ import org.chromium.net.ExperimentalCronetEngine;
|
|||
|
||||
/** Convenience class for building channels with the cronet transport. */
|
||||
@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> {
|
||||
|
||||
/** BidirectionalStream.Builder factory used for getting the gRPC BidirectionalStream. */
|
||||
|
|
|
|||
Loading…
Reference in New Issue