This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-email.git


The following commit(s) were added to refs/heads/master by this push:
     new 00cc321  Javadoc: Better wording
00cc321 is described below

commit 00cc3216ab2912a0e0cd0760bd951c3c3a86e66c
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Oct 19 10:45:56 2023 -0400

    Javadoc: Better wording
---
 src/main/java/org/apache/commons/mail/Email.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/mail/Email.java 
b/src/main/java/org/apache/commons/mail/Email.java
index bc3bec5..9753d82 100644
--- a/src/main/java/org/apache/commons/mail/Email.java
+++ b/src/main/java/org/apache/commons/mail/Email.java
@@ -1489,7 +1489,7 @@ public abstract class Email
      * 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
      */

Reply via email to