danny 02/01/18 14:32:23
Modified: src/java/org/apache/mailet MailetContext.java
Log:
changed javadocs according to patch submitted by jason sackett
Revision Changes Path
1.4 +2 -2 jakarta-james/src/java/org/apache/mailet/MailetContext.java
Index: MailetContext.java
===================================================================
RCS file: /home/cvs/jakarta-james/src/java/org/apache/mailet/MailetContext.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- MailetContext.java 18 Jan 2002 02:48:40 -0000 1.3
+++ MailetContext.java 18 Jan 2002 22:32:23 -0000 1.4
@@ -185,7 +185,7 @@
* Is the equivalent of opening an SMTP session to localhost.
*
* @param sender - the sender of the message
- * @param recipients - a Collection of String objects of recipients
+ * @param recipients - a Collection of MailAddress objects of recipients
* @param msg - the MimeMessage of the headers and body content of the outgoing
message
* @throws MessagingException - if the message fails to parse
*/
@@ -197,7 +197,7 @@
* appropriate processor that is specified.
*
* @param sender - the sender of the message
- * @param recipients - a Collection of String objects of recipients
+ * @param recipients - a Collection of MailAddress objects of recipients
* @param msg - the MimeMessage of the headers and body content of the outgoing
message
* @param state - the state of the message, indicates which processor to use
* @throws MessagingException - if the message fails to parse
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>