Fix typo in MailHeader CC
Change-Id: I6b7cc5b014a26bd97ead5afe2fdba51b35c52193
This commit is contained in:
@@ -19,7 +19,7 @@ public enum MailHeader {
|
|||||||
// Gerrit metadata holders
|
// Gerrit metadata holders
|
||||||
ASSIGNEE("Gerrit-Assignee"),
|
ASSIGNEE("Gerrit-Assignee"),
|
||||||
BRANCH("Gerrit-Branch"),
|
BRANCH("Gerrit-Branch"),
|
||||||
CC("Gerit-CC"),
|
CC("Gerrit-CC"),
|
||||||
COMMENT_IN_REPLY_TO("Comment-In-Reply-To"),
|
COMMENT_IN_REPLY_TO("Comment-In-Reply-To"),
|
||||||
COMMENT_DATE("Gerrit-Comment-Date"),
|
COMMENT_DATE("Gerrit-Comment-Date"),
|
||||||
CHANGE_ID("Gerrit-Change-Id"),
|
CHANGE_ID("Gerrit-Change-Id"),
|
||||||
|
Reference in New Issue
Block a user