Fix javadocs

This commit is contained in:
Gabriele C
2017-07-07 20:50:17 +02:00
parent 4cbfc8a812
commit 2cf1f22b13
5 changed files with 10 additions and 0 deletions
@@ -45,6 +45,7 @@ public class SendMailSsl {
*
* @param emailAddress the email address the email is destined for
* @return the created HtmlEmail object
* @throws EmailException if the mail is invalid
*/
public HtmlEmail initializeMail(String emailAddress) throws EmailException {
String senderMail = StringUtils.isEmpty(settings.getProperty(EmailSettings.MAIL_ADDRESS))