commit | 6852b254584cdf71d51e643abc77221631cf0c07 | [log] [tgz] |
---|---|---|
author | Yacob Yonas <yyonas@google.com> | Tue Jul 01 15:46:22 2014 -0700 |
committer | Dave Borowitz <dborowitz@google.com> | Wed Jul 02 02:52:15 2014 +0000 |
tree | 85e133919145678dd966a9c53a171379c4cb4bb5 | |
parent | fc5450b38c42a7b0fe849e925cfe644c42075f70 [diff] |
Correct ordering of PatchLineComments in ChangeNotes In PatchLineCommentAccess, a preferred ordering is specified for PatchLineComments (on lineNbr, then writtenOn). I previously wrote a Comparator in ChangeNotes that originally specified a different ordering. This change fixes the aforementioned Comparator to use the ordering specified in PatchLineCommentAccess. Change-Id: I8f478e0885a949d3e9dfa7bb0c0835158c39e0c4