Style tweaks

This commit is contained in:
Lisa Carey 2015-02-12 17:51:13 +00:00
parent 8e9a709d47
commit 2fdb96388f
1 changed files with 4 additions and 3 deletions

View File

@ -264,6 +264,7 @@ As you can see, the class `GreetingsImpl` implements the interface
-`Helloworld.HelloRequest`: the request -`Helloworld.HelloRequest`: the request
-`StreamObserver<Helloworld.HelloReply>`: a response observer, which is -`StreamObserver<Helloworld.HelloReply>`: a response observer, which is
a special interface for the server to call with its response a special interface for the server to call with its response
To return our response to the client and complete the call: To return our response to the client and complete the call:
1. We construct and populate a `HelloReply` response object with our exciting 1. We construct and populate a `HelloReply` response object with our exciting
message, as specified in our interface definition. message, as specified in our interface definition.