Rename EmailReviewCommentsExecutor to SendEmailExecutor
The executor was already used to send email for other reason than review comments. Rename it so it's more explicit that this executor can be used to send any email asynchronously. Change-Id: If5d5b59124bf44b4cbdda61536bfb50e8353285e
This commit is contained in:
committed by
David Pursehouse
parent
0338f88472
commit
d220a8ae57
@@ -52,7 +52,7 @@ public class EmailMerge implements Runnable, RequestContext {
|
||||
private ReviewDb db;
|
||||
|
||||
@Inject
|
||||
EmailMerge(@EmailReviewCommentsExecutor ExecutorService executor,
|
||||
EmailMerge(@SendEmailExecutor ExecutorService executor,
|
||||
MergedSender.Factory mergedSenderFactory,
|
||||
SchemaFactory<ReviewDb> schemaFactory,
|
||||
ThreadLocalRequestContext requestContext,
|
||||
|
||||
Reference in New Issue
Block a user