Thanks for the report! +David Castro <[email protected]> can you revise
this?

- D

On Wed, Aug 3, 2022 at 12:43 AM stefano <[email protected]> wrote:

> 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
> <https://groups.google.com/d/msgid/protobuf/bbd01667-922d-4950-9481-54f46c7a2826n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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/CAJGs%2BiLJc%2BHiHtFd7do3_kWECO53Dhhs2JHvZznGeP8Ui3eCMA%40mail.gmail.com.

Reply via email to