api: Fix doc for default value of idleTimeout()

It appears the docs were not updated when this was changed in d74091f5, which
was first released in v1.1.
This commit is contained in:
Eric Anderson 2019-05-15 14:52:43 -07:00
parent c242fc8245
commit 15a453d9ef
1 changed files with 1 additions and 3 deletions

View File

@ -281,9 +281,7 @@ public abstract class ManagedChannelBuilder<T extends ManagedChannelBuilder<T>>
* *
* <p>In idle mode the channel shuts down all connections, the NameResolver and the * <p>In idle mode the channel shuts down all connections, the NameResolver and the
* LoadBalancer. A new RPC would take the channel out of idle mode. A channel starts in idle mode. * LoadBalancer. A new RPC would take the channel out of idle mode. A channel starts in idle mode.
* * Defaults to 30 minutes.
* <p>By default the channel will never go to idle mode after it leaves the initial idle
* mode.
* *
* <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.
* *