docs: Fix an issue link on ExperimentalApi.

This commit is contained in:
Kun Zhang 2016-07-08 12:02:42 -07:00
parent 527fd67cc8
commit a86c5bf327
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ public abstract class ManagedChannelBuilder<T extends ManagedChannelBuilder<T>>
*
* <p>This is an advisory option. Do not rely on any specific behavior related to this option.
*/
@ExperimentalApi("https://github.com/grpc/grpc-java/pull/1986")
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/2022")
public abstract T idleTimeout(long value, TimeUnit unit);
/**