Commit bdec9907 authored by Gabriel Kliot's avatar Gabriel Kliot

Removed redundant comment.

parent 09d03dfc
...@@ -56,7 +56,6 @@ namespace Google.Protobuf.Examples.AddressBook ...@@ -56,7 +56,6 @@ namespace Google.Protobuf.Examples.AddressBook
} }
Person copy = Person.Parser.ParseFrom(bytes); Person copy = Person.Parser.ParseFrom(bytes);
// A more streamlined approach might look like this:
AddressBook book = new AddressBook AddressBook book = new AddressBook
{ {
People = { copy } People = { copy }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment