Fix javadoc (#8570)

This commit is contained in:
Sumit Bhagwani 2021-09-29 16:41:32 -04:00 committed by GitHub
parent dc4a41498e
commit 2b4a474759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {