If you look at this link
https://developers.google.com/protocol-buffers/docs/javatutorial#writing-a-message
you can find the following code:
...
// Add an address.
*addressBook.addPerson*(
PromptForAddress(new BufferedReader(new InputStreamReader(System.in)),
System.out));
...
But I think that the correct code is:
...
// Add an address.
*addressBook.addPeople*(
PromptForAddress(new BufferedReader(new InputStreamReader(System.in)),
System.out));
...
--
You received this message because you are subscribed to the Google Groups
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/protobuf/bbd01667-922d-4950-9481-54f46c7a2826n%40googlegroups.com.