Skip to content

Commit 16e70e6

Browse files
committed
minor javadoc improvement
1 parent dfcc68b commit 16e70e6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/core-module/src/main/java/org/simplejavamail/api/email/EmailPopulatingBuilder.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,6 @@ EmailPopulatingBuilder signWithDomainKey(@NotNull InputStream dkimPrivateKeyInpu
10311031
* <p>
10321032
* <strong>Note:</strong> this only works in combination with the {@value org.simplejavamail.internal.modules.SMIMEModule#NAME}.
10331033
*
1034-
* @see #clearSmime()
10351034
* @see <a href="https://en.wikipedia.org/wiki/S/MIME">S/MIME on Wikipedia</a>
10361035
* @see <a href="https://www.globalsign.com/en/blog/what-is-s-mime/">Primer on S/MIME</a>
10371036
*/
@@ -1104,7 +1103,6 @@ EmailPopulatingBuilder signWithDomainKey(@NotNull InputStream dkimPrivateKeyInpu
11041103
*
11051104
* @param x509Certificate The recipient's public key to use for encryption.
11061105
*
1107-
* @see #clearSmime()
11081106
* @see <a href="https://en.wikipedia.org/wiki/S/MIME">S/MIME on Wikipedia</a>
11091107
* @see <a href="https://www.globalsign.com/en/blog/what-is-s-mime/">Primer on S/MIME</a>
11101108
* @see <a href="https://github.com/markenwerk/java-utils-mail-smime">Underlying library's documentation</a>

0 commit comments

Comments
 (0)