Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit 8050d86

Browse files
committed
fix javadoc error
1 parent 931458a commit 8050d86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mail/src/main/java/com/sun/mail/smtp/SMTPTransport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ public synchronized int getLastReturnCode() {
652652
* @param host the name of the host to connect to
653653
* @param port the port to use (-1 means use default port)
654654
* @param user the name of the user to login as
655-
* @param passwd the user's password
655+
* @param password the user's password
656656
* @return true if connection successful, false if authentication failed
657657
* @exception MessagingException for non-authentication failures
658658
*/

0 commit comments

Comments
 (0)