commit | 67caab5f749ade98d973f42cc85b3b822f9ef9b7 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Thu May 03 15:31:41 2012 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Thu May 03 15:31:41 2012 -0700 |
tree | 03f7b5a99ee94a0c70863a0d33e177492e710a8e | |
parent | ece1a2ac34ce357b3e459f18a6b87f88a6727506 [diff] |
Fix NPE in PRED__load_commit_labels_1 If a change query uses reviewer information and loads the approvals map, but there are no approvals for a given patch set available, the collection came out null, which cannot be iterated. Make it always be an empty list. Change-Id: I5fd156a854099c5d4ce3c5c0c494b5498c4ed252