Skip to content

Commit 7169577

Browse files
committed
Merge branch '6.0.x'
2 parents 72152ff + 6dfd330 commit 7169577

File tree

2 files changed

+84
-134
lines changed

2 files changed

+84
-134
lines changed

spring-context-support/src/main/java/org/springframework/mail/javamail/JavaMailSenderImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public String getHost() {
200200
* Set the mail server port.
201201
* <p>Default is {@link #DEFAULT_PORT}, letting JavaMail use the default
202202
* SMTP port (25).
203-
*/
203+
*/
204204
public void setPort(int port) {
205205
this.port = port;
206206
}

0 commit comments

Comments
 (0)