File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
modules/core-module/src/main/java/org/simplejavamail/api/email Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments