[jbpm-commits] JBoss JBPM SVN: r4524 - jbpm4/branches/email/modules/pvm/src/main/java/org/jbpm/pvm/internal/email/producer/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Apr 9 15:42:34 EDT 2009


Author: bradsdavis
Date: 2009-04-09 15:42:34 -0400 (Thu, 09 Apr 2009)
New Revision: 4524

Modified:
   jbpm4/branches/email/modules/pvm/src/main/java/org/jbpm/pvm/internal/email/producer/impl/ScriptMailProducer.java
Log:
Added comments.

Modified: jbpm4/branches/email/modules/pvm/src/main/java/org/jbpm/pvm/internal/email/producer/impl/ScriptMailProducer.java
===================================================================
--- jbpm4/branches/email/modules/pvm/src/main/java/org/jbpm/pvm/internal/email/producer/impl/ScriptMailProducer.java	2009-04-09 19:42:06 UTC (rev 4523)
+++ jbpm4/branches/email/modules/pvm/src/main/java/org/jbpm/pvm/internal/email/producer/impl/ScriptMailProducer.java	2009-04-09 19:42:34 UTC (rev 4524)
@@ -30,6 +30,7 @@
 		this.text = (String)scriptManager.evaluateScript(this.text, exe, language);
 		this.subject = (String)scriptManager.evaluateScript(this.subject, exe, language);
 		
+		//Resolve attachements from script to URL.
 		if(urlAttachments!=null)
 		{
 			for(String urlKey : urlAttachments.keySet())




More information about the jbpm-commits mailing list