core: fix a javadoc bug in ClientCall

This commit is contained in:
Carl Mastrangelo 2016-09-09 13:33:00 -07:00
parent 24de2431c7
commit e79a27dec3
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ import javax.annotation.Nullable;
* call.halfClose();
* return;
* }
* call.sendMessage(makeNextRequest());
* call.sendMessage(nextRequest);
* }
* }
* }