mirror of https://github.com/grpc/grpc-java.git
docs: Fix an issue link on ExperimentalApi.
This commit is contained in:
parent
527fd67cc8
commit
a86c5bf327
|
|
@ -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.
|
* <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);
|
public abstract T idleTimeout(long value, TimeUnit unit);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue