Fix spelling

6.19.x
Sergii Kabashniuk 2017-09-27 11:42:31 +03:00
parent 06ab3b991d
commit ca5efaf6f6
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ public class MailSender {
emailBean.getSubject());
Transport.send(message);
LOG.debug("Mail send");
LOG.debug("Mail sent");
} catch (Exception e) {
LOG.error(e.getLocalizedMessage());
throw new SendMailException(e.getLocalizedMessage(), e);