Skip to content

Commit 2b4a474

Browse files
Fix javadoc (grpc#8570)
1 parent dc4a414 commit 2b4a474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/io/grpc/android/AndroidChannelBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public ManagedChannel build() {
150150

151151
/**
152152
* Wraps an OkHttp channel and handles invoking the appropriate methods (e.g., {@link
153-
* ManagedChannel#enterIdle) when the device network state changes.
153+
* ManagedChannel#enterIdle}) when the device network state changes.
154154
*/
155155
@VisibleForTesting
156156
static final class AndroidChannel extends ManagedChannel {

0 commit comments

Comments
 (0)