Skip to content

Commit

Permalink
Javadoc: Better wording
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 19, 2023
1 parent 9ebe8b4 commit 00cc321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/apache/commons/mail/Email.java
Original file line number Diff line number Diff line change
Expand Up @@ -1489,7 +1489,7 @@ public MimeMessage getMimeMessage()
* which is afterwards sent to the SMTP server.
*
* @return the message id of the underlying MimeMessage
* @throws IllegalStateException if the MimeMessage was already built, ie {@link #buildMimeMessage()}
* @throws IllegalStateException if the MimeMessage was already built, that is, {@link #buildMimeMessage()}
* was already called
* @throws EmailException the sending failed
*/
Expand Down

0 comments on commit 00cc321

Please sign in to comment.