You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/core-module/src/main/java/org/simplejavamail/api/mailer/MailerGenericBuilder.java
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -243,7 +243,6 @@ public interface MailerGenericBuilder<T extends MailerGenericBuilder<?>> {
243
243
* <strong>Note:</strong> What makes it NonJvm is that the default keepAliveTime is set to the lowest non-zero value (so 1), so that
244
244
* any threads will die off as soon as possible, as not to block the JVM from shutting down.
245
245
* <p>
246
-
* <p>
247
246
* <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.
248
247
* <em>This will block the JVM from shutting down</em>. The user is responsible for managing the provided executor's life cycle.
0 commit comments