Merge changes Id1afb706,I6170270c

* changes:
  Users who starred a change should receive all the emails about a change.
  Add bccStarredBy to ReplacePatchSetSender class
This commit is contained in:
Shawn Pearce
2012-03-14 18:18:43 -07:00
committed by gerrit code review
2 changed files with 2 additions and 1 deletions

View File

@@ -67,6 +67,7 @@ public class ReplacePatchSetSender extends ReplyToChangeSender {
add(RecipientType.TO, reviewers);
add(RecipientType.CC, extraCC);
rcptToAuthors(RecipientType.CC);
bccStarredBy();
}
@Override