@@ -31,9 +31,9 @@ public class Personalization {
3131 * Get the to list. This is an array of recipients. Each object
3232 * within this array may contain the name, but must always
3333 * contain the email, of a recipient.
34- * </p>
34+ *
3535 * The maximum number of entries is 1000.
36- * </p>
36+ *
3737 * Content added to the returned list will be included when sent.
3838 * @return the to list.
3939 */
@@ -64,9 +64,9 @@ public void addTo(Email email) {
6464 * Set the CC list. This is an array of recipients. Each object
6565 * within this array may contain the name, but must always
6666 * contain the email, of a recipient.
67- * </p>
67+ *
6868 * The maximum number of entries is 1000.
69- * </p>
69+ *
7070 * Content added to the returned list will be included when sent.
7171 * @return the CC list.
7272 */
@@ -97,9 +97,9 @@ public void addCc(Email email) {
9797 * Set the BCC list. This is an array of recipients. Each object
9898 * within this array may contain the name, but must always
9999 * contain the email, of a recipient.
100- * </p>
100+ *
101101 * The maximum number of entries is 1000.
102- * </p>
102+ *
103103 * Content added to the returned list will be included when sent.
104104 * @return the BCC list.
105105 */
@@ -150,7 +150,7 @@ public void setSubject(String subject) {
150150 * following headers: x-sg-id, x-sg-eid, received,
151151 * dkim-signature, Content-Type, Content-Transfer-Encoding,
152152 * To, From, Subject, Reply-To, CC, BCC
153- * </p>
153+ *
154154 * Content added to the returned list will be included when sent.
155155 * @return the headers.
156156 */
@@ -184,9 +184,9 @@ public void addHeader(String key, String value) {
184184 * to the subject and reply-to parameters. The total
185185 * collective size of your substitutions may not exceed
186186 * 10,000 bytes per personalization object.
187- * </p>
187+ *
188188 * The maximum number of entries is 1000.
189- * </p>
189+ *
190190 * Content added to the returned list will be included when sent.
191191 * @return the substitutions.
192192 */
@@ -219,7 +219,7 @@ public void addSubstitution(String key, String value) {
219219 * is entered into this parameter will be assumed to be
220220 * the custom argument that you would like to be used. i
221221 * May not exceed 10,000 bytes.
222- * </p>
222+ *
223223 * Content added to the returned list will be included when sent.
224224 * @return the custom arguments.
225225 */
0 commit comments