We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c5b77 commit 3b3eb8eCopy full SHA for 3b3eb8e
src/main/java/ru/mystamps/web/service/MailServiceImpl.java
@@ -38,14 +38,14 @@
38
public class MailServiceImpl implements MailService {
39
private static final Logger LOG = LoggerFactory.getLogger(MailServiceImpl.class);
40
41
+ private final ReportService reportService;
42
private final MailgunEmailSendingStrategy mailer;
43
private final MessageSource messageSource;
44
private final String adminEmail;
45
private final Locale adminLang;
46
private final String robotEmail;
47
private final boolean testMode;
48
private final DatePrinter shortDatePrinter;
- private final ReportService reportService;
49
50
public MailServiceImpl(
51
ReportService reportService,
0 commit comments