Fix minor comment typo in PatchSetDetail about user drafts
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
@@ -42,7 +42,7 @@ public class PatchSetDetail {
|
|||||||
final Account.Id me = Common.getAccountId();
|
final Account.Id me = Common.getAccountId();
|
||||||
if (me != null) {
|
if (me != null) {
|
||||||
// If we are signed in, compute the number of draft comments by the
|
// If we are signed in, compute the number of draft comments by the
|
||||||
// current user on each of these patch files. This way the can more
|
// current user on each of these patch files. This way they can more
|
||||||
// quickly locate where they have pending drafts, and review them.
|
// quickly locate where they have pending drafts, and review them.
|
||||||
//
|
//
|
||||||
final List<PatchLineComment> comments =
|
final List<PatchLineComment> comments =
|
||||||
|
|||||||
Reference in New Issue
Block a user