Update Java doc for a508c1d4f5

This commit is contained in:
Xudong Ma 2015-08-24 13:49:51 -07:00
parent 485bc9c83c
commit c5ea5c78cf
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ public abstract class Channel {
/**
* Create a {@link ClientCall} to the remote operation specified by the given
* {@link MethodDescriptor}. The returned {@link ClientCall} does not trigger any remote
* behavior until {@link ClientCall#start(ClientCall.Listener, Metadata.Headers)} is
* behavior until {@link ClientCall#start(ClientCall.Listener, Metadata)} is
* invoked.
*
* @param methodDescriptor describes the name and parameter types of the operation to call.

View File

@ -86,7 +86,7 @@ public class MethodDescriptor<RequestT, ResponseT> {
/**
* Returns {@code true} if the client will immediately send one request message to the server
* after calling {@link ClientCall#start(io.grpc.ClientCall.Listener, io.grpc.Metadata.Headers)}
* after calling {@link ClientCall#start(io.grpc.ClientCall.Listener, io.grpc.Metadata)}
* and then immediately half-close the stream by calling {@link io.grpc.ClientCall#halfClose()}.
*/
public final boolean clientSendsOneMessage() {