Convert PatchSet.Id to AutoValue
See I6982fb24 for context. Change-Id: I681421e2e3415125dc4db44c7f3bf32d37920166
This commit is contained in:
@@ -974,7 +974,7 @@ public class MergeUtil {
|
||||
if (c.getPatchsetId() == null) {
|
||||
continue;
|
||||
}
|
||||
Change.Id id = c.getPatchsetId().getParentKey();
|
||||
Change.Id id = c.getPatchsetId().changeId();
|
||||
if (!expected.contains(id)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user