Suppress error from GreenMail on shutdown
This commit is contained in:
parent
e811b87679
commit
cbf5c920ea
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public class MailServer {
|
|||
log.info("-------------------------------------------------------");
|
||||
}
|
||||
}
|
||||
} catch (IOException | MessagingException ex) {
|
||||
} catch (IOException | InterruptedException | MessagingException ex) {
|
||||
throw new RuntimeException(ex);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue