Skip to content

Commit

Permalink
Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanCutler committed Oct 11, 2023
1 parent e4100f3 commit 34360b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ public ClientStreamListener getWriter() {
/**
* Make sure stream is drained. You must call this to be notified of any errors that may have
* happened after the exchange is complete. This should be called after `getWriter().completed()`
* instead of `getWriter().getResult`.
* and instead of `getWriter().getResult()`.
*/
public void getResult() {
// After exchange is complete, make sure stream is drained to propagate errors through reader
Expand Down

0 comments on commit 34360b8

Please sign in to comment.