Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit 1dc0207

Browse files
fix docs
1 parent bceb775 commit 1dc0207

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

gax/src/main/java/com/google/api/gax/rpc/ServerStreamingAttemptCallable.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ public Void call() {
217217
innerAttemptFuture = new NonCancellableFuture<>();
218218
seenSuccessSinceLastError = false;
219219

220-
// TODO: watchdog
221220
innerCallable.call(
222221
request,
223222
watchdog.watch(

gax/src/main/java/com/google/api/gax/rpc/ServerStreamingCallSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
* when the retry needs to happen, and the stream resumption strategy composes the request to resume
5454
* the stream. To turn off retries, set the retryable codes to the empty set.
5555
*
56-
* <p>The retry settings have slightly different semantics here:
56+
* <p>The retry settings have slightly different semantics when compared to unary RPCs:
5757
*
5858
* <ul>
5959
* <li>retry delays are reset to initial value as soon as a response is received.

0 commit comments

Comments
 (0)