commit | 766a93d2a0a2c0edd8657968caf187001a4c47fb | [log] [tgz] |
---|---|---|
author | Dave Borowitz <dborowitz@google.com> | Fri Apr 19 08:44:05 2019 -0700 |
committer | Dave Borowitz <dborowitz@google.com> | Tue Apr 23 06:43:55 2019 -0700 |
tree | bb4704a4d24c11aea5a1cf4bce70e71022a0a227 | |
parent | 245af2a3f8660fc42509bfe200059770be2a1745 [diff] [blame] |
Convert PatchSet.Id to AutoValue See I6982fb24 for context. Change-Id: I681421e2e3415125dc4db44c7f3bf32d37920166
diff --git a/proto/entities.proto b/proto/entities.proto index 0855265..f263a2b 100644 --- a/proto/entities.proto +++ b/proto/entities.proto
@@ -84,7 +84,7 @@ // Next ID: 3 message PatchSet_Id { required Change_Id change_id = 1; - required int32 patch_set_id = 2; + required int32 id = 2; } // Serialized form of com.google.gerrit.reviewdb.client.PatchSet.