Skip to content

Commit bcae134

Browse files
committed
Fixed typo in javadoc
1 parent 4c08000 commit bcae134

File tree

1 file changed

+1
-1
lines changed
  • modules/core-module/src/main/java/org/simplejavamail/api/mailer

1 file changed

+1
-1
lines changed

modules/core-module/src/main/java/org/simplejavamail/api/mailer/Mailer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public interface Mailer {
8686
* @return A {@link CompletableFuture} that is completed immediately if not <em>async</em>.
8787
* @throws MailException Can be thrown if an email isn't validating correctly, or some other problem occurs during connection, sending etc.
8888
* @see java.util.concurrent.Executors#newFixedThreadPool(int)
89-
* @see #validate(EmailWithDefaultsAndOverridesApplied)
89+
* @see #validate(Email)
9090
*/
9191
@NotNull CompletableFuture<Void> sendMail(Email email, @SuppressWarnings("SameParameterValue") boolean async);
9292

0 commit comments

Comments
 (0)