mirror of https://github.com/grpc/grpc-java.git
Fix javadoc (#8570)
This commit is contained in:
parent
dc4a41498e
commit
2b4a474759
|
|
@ -150,7 +150,7 @@ public final class AndroidChannelBuilder extends ForwardingChannelBuilder<Androi
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Wraps an OkHttp channel and handles invoking the appropriate methods (e.g., {@link
|
* Wraps an OkHttp channel and handles invoking the appropriate methods (e.g., {@link
|
||||||
* ManagedChannel#enterIdle) when the device network state changes.
|
* ManagedChannel#enterIdle}) when the device network state changes.
|
||||||
*/
|
*/
|
||||||
@VisibleForTesting
|
@VisibleForTesting
|
||||||
static final class AndroidChannel extends ManagedChannel {
|
static final class AndroidChannel extends ManagedChannel {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue