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 d81899c  Javadoc
d81899c is described below

commit d81899cafd26789b8b1cbeba06856511a2413a1d
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Dec 17 14:34:49 2023 -0500

    Javadoc
---
 src/main/java/org/apache/commons/mail/Email.java | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/java/org/apache/commons/mail/Email.java 
b/src/main/java/org/apache/commons/mail/Email.java
index a6bd957..6b7eb5f 100644
--- a/src/main/java/org/apache/commons/mail/Email.java
+++ b/src/main/java/org/apache/commons/mail/Email.java
@@ -1330,7 +1330,7 @@ public abstract class Email {
     }
 
     /**
-     * Sets a list of "BCC" addresses. All elements in the specified {@code 
Collection} are expected to be of type {@code 
java.mail.internet.InternetAddress}.
+     * Sets a list of "BCC" addresses. All elements in the specified {@code 
Collection} are expected to be of type {@link 
java.mail.internet.InternetAddress}.
      *
      * @param collection collection of {@code InternetAddress} objects
      * @return An Email.
@@ -1370,7 +1370,7 @@ public abstract class Email {
     }
 
     /**
-     * Sets a list of "CC" addresses. All elements in the specified {@code 
Collection} are expected to be of type {@code 
java.mail.internet.InternetAddress}.
+     * Sets a list of "CC" addresses. All elements in the specified {@code 
Collection} are expected to be of type {@link 
java.mail.internet.InternetAddress}.
      *
      * @param collection collection of {@code InternetAddress} objects.
      * @return An Email.
@@ -1684,7 +1684,7 @@ public abstract class Email {
 
     /**
      * Sets a list of reply to addresses. All elements in the specified {@code 
Collection} are expected to be of type
-     * {@code java.mail.internet.InternetAddress}.
+     * {@link java.mail.internet.InternetAddress}.
      *
      * @param collection collection of {@code InternetAddress} objects
      * @return An Email.
@@ -1912,7 +1912,7 @@ public abstract class Email {
     }
 
     /**
-     * Sets a list of "TO" addresses. All elements in the specified {@code 
Collection} are expected to be of type {@code 
java.mail.internet.InternetAddress}.
+     * Sets a list of "TO" addresses. All elements in the specified {@code 
Collection} are expected to be of type {@link 
java.mail.internet.InternetAddress}.
      *
      * @param collection collection of {@code InternetAddress} objects.
      * @return An Email.

Reply via email to