Skip to content

Commit dbbb36e

Browse files
committed
[ignore] Fix javadoc
1 parent d25791e commit dbbb36e

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

extensions/modules/mail/src/main/java/org/exist/xquery/modules/mail/SendEmailFunction.java

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,15 @@
5151
import java.util.regex.Pattern;
5252

5353
/**
54-
* eXist Mail Module Extension SendEmailFunction
55-
* <p>
56-
* The email sending functionality of the eXist Mail Module Extension that
54+
* eXist-db Mail Module Extension SendEmailFunction.
55+
*
56+
* The email sending functionality of the eXist-db Mail Module Extension that
5757
* allows email to be sent from XQuery using either SMTP or Sendmail.
5858
*
59-
* @author <a href="mailto:adam@exist-db.org">Adam Retter</a>
59+
* @author <a href="mailto:adam@evolvedbinary.com">Adam Retter</a>
6060
* @author <a href="mailto:[email protected]">Robert Walpole</a>
6161
* @author <a href="mailto:[email protected]">Andrzej Taramina</a>
6262
* @author <a href="mailto:[email protected]">José María Fernández</a>
63-
* @version 1.6
64-
* @serial 2011-08-02
65-
* @see org.exist.xquery.BasicFunction#BasicFunction(org.exist.xquery.XQueryContext, org.exist.xquery.FunctionSignature)
6663
*/
6764
public class SendEmailFunction extends BasicFunction {
6865

@@ -1163,8 +1160,6 @@ private static String encode64Address(final String str, final String charset) th
11631160
* members and get and set methods.
11641161
*
11651162
* Access is package-private for unit testing purposes.
1166-
*
1167-
* @version 1.2
11681163
*/
11691164
static class MailAttachment {
11701165
private final String filename;
@@ -1196,8 +1191,6 @@ public String getMimeType() {
11961191
* members and get and set methods.
11971192
*
11981193
* Access is package-private for unit testing purposes.
1199-
*
1200-
* @version 1.2
12011194
*/
12021195
static class Mail {
12031196
private String from; //Who is the mail from

0 commit comments

Comments
 (0)