ChangeScreen2: mark patch sets with draft comments in revision list
Bug: Issue 2072 Change-Id: I10294b78cd3d832b5b64b146286f9368e12fa87b
This commit is contained in:
committed by
David Pursehouse
parent
a92fc47ef4
commit
17d0d337aa
@@ -43,7 +43,10 @@ public enum ListChangesOption {
|
||||
CURRENT_ACTIONS(10),
|
||||
|
||||
/** Set the reviewed boolean for the caller. */
|
||||
REVIEWED(11);
|
||||
REVIEWED(11),
|
||||
|
||||
/** Include draft comments for the caller. */
|
||||
DRAFT_COMMENTS(12);
|
||||
|
||||
private final int value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user