Skip to content

Commit 532f1fd

Browse files
committed
Fixed javadoc warning
1 parent 295ded7 commit 532f1fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ public interface MailerGenericBuilder<T extends MailerGenericBuilder<?>> {
243243
* <strong>Note:</strong> What makes it NonJvm is that the default keepAliveTime is set to the lowest non-zero value (so 1), so that
244244
* any threads will die off as soon as possible, as not to block the JVM from shutting down.
245245
* <p>
246-
* <p>
247246
* <strong>Note:</strong> Simple Java Mail will <strong>not</strong> shut down the provided executor service, even if the connection pool is being shut down.
248247
* <em>This will block the JVM from shutting down</em>. The user is responsible for managing the provided executor's life cycle.
249248
* <p>

0 commit comments

Comments
 (0)