Polish JavaMailSenderTests

This commit is contained in:
Sam Brannen
2023-05-24 14:26:52 +02:00
parent 7f9349b7ae
commit 6dfd330fa5
2 changed files with 84 additions and 134 deletions

View File

@@ -200,7 +200,7 @@ public class JavaMailSenderImpl implements JavaMailSender {
* Set the mail server port.
* <p>Default is {@link #DEFAULT_PORT}, letting JavaMail use the default
* SMTP port (25).
*/
*/
public void setPort(int port) {
this.port = port;
}