Skip to content

Commit

Permalink
mobile: Fix comment in Cronvoy EngineBuilder
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Beyad <abeyad@google.com>
  • Loading branch information
abeyad committed Jun 26, 2024
1 parent 0b09346 commit 5db7b8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public NativeCronvoyEngineBuilderImpl setStreamIdleTimeoutSeconds(int timeout) {
*
* The default is 15s.
*
* @param timeout The stream idle timeout, in seconds.
* @param timeout The per-try idle timeout, in seconds.
*/
public NativeCronvoyEngineBuilderImpl setPerTryIdleTimeoutSeconds(int timeout) {
mPerTryIdleTimeoutSeconds = timeout;
Expand Down

0 comments on commit 5db7b8d

Please sign in to comment.