mirror of https://github.com/grpc/grpc-java.git
core: fix a javadoc bug in ClientCall
This commit is contained in:
parent
24de2431c7
commit
e79a27dec3
|
|
@ -101,7 +101,7 @@ import javax.annotation.Nullable;
|
|||
* call.halfClose();
|
||||
* return;
|
||||
* }
|
||||
* call.sendMessage(makeNextRequest());
|
||||
* call.sendMessage(nextRequest);
|
||||
* }
|
||||
* }
|
||||
* }
|
||||
|
|
|
|||
Loading…
Reference in New Issue