Fix typo in MailHeader CC

Change-Id: I6b7cc5b014a26bd97ead5afe2fdba51b35c52193
This commit is contained in:
Patrick Hiesel
2018-03-06 09:19:53 +01:00
parent 452be95c9d
commit 0ee9afc941

View File

@@ -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"),