Update of /var/cvs/applications/email/src/org/mmbase/module/smtp
In directory james.mmbase.org:/tmp/cvs-serv13147
Modified Files:
MailHandler.java
Log Message:
made Factory explicity public
See also:
http://cvs.mmbase.org/viewcvs/applications/email/src/org/mmbase/module/smtp
Index: MailHandler.java
===================================================================
RCS file:
/var/cvs/applications/email/src/org/mmbase/module/smtp/MailHandler.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- MailHandler.java 3 Feb 2008 17:42:06 -0000 1.12
+++ MailHandler.java 31 Jul 2008 13:22:36 -0000 1.13
@@ -18,7 +18,7 @@
/**
* A MailHandler handles <em>one</em> mail. So you must create a new one for
every received message
* (You can use [EMAIL PROTECTED] Factory}).
- * @version $Id: MailHandler.java,v 1.12 2008/02/03 17:42:06 nklasens Exp $
+ * @version $Id: MailHandler.java,v 1.13 2008/07/31 13:22:36 michiel Exp $
*/
public interface MailHandler {
@@ -60,7 +60,7 @@
//List<Address> getRecipients();
- static class Factory {
+ public static class Factory {
private static final Logger log =
Logging.getLoggerInstance(Factory.class);
static UtilReader.PropertiesMap mailHandlers =
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs