Convert Branch.NameKey to AutoValue
See I6982fb24 for context. Change-Id: I7a79a374c9efdd4ccd9ab5169562fb8ae3452120
This commit is contained in:
@@ -147,8 +147,8 @@ message Project_NameKey {
|
||||
// Serialized form of com.google.gerrit.reviewdb.client.Branch.NameKey.
|
||||
// Next ID: 3
|
||||
message Branch_NameKey {
|
||||
optional Project_NameKey project_name = 1;
|
||||
optional string branch_name = 2;
|
||||
optional Project_NameKey project = 1;
|
||||
optional string branch = 2;
|
||||
}
|
||||
|
||||
// Serialized form of com.google.gerrit.reviewdb.client.RevId.
|
||||
|
||||
Reference in New Issue
Block a user