update addressbook.proto
This commit is contained in:
parent
bd3367c8b4
commit
792ae21bde
@ -24,10 +24,10 @@ message Person {
|
||||
PhoneType type = 2;
|
||||
}
|
||||
|
||||
repeated PhoneNumber phone = 4;
|
||||
repeated PhoneNumber phones = 4;
|
||||
}
|
||||
|
||||
// Our address book file is just one of these.
|
||||
message AddressBook {
|
||||
repeated Person person = 1;
|
||||
repeated Person people = 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user