You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by se...@apache.org on 2006/06/21 02:47:55 UTC

svn commit: r415853 - /jakarta/turbine/fulcrum/trunk/template/src/java/org/apache/fulcrum/template/TemplateHtmlEmail.java

Author: seade
Date: Tue Jun 20 17:47:55 2006
New Revision: 415853

URL: http://svn.apache.org/viewvc?rev=415853&view=rev
Log:
Minor change that should hopefully fix the gump build.

Modified:
    jakarta/turbine/fulcrum/trunk/template/src/java/org/apache/fulcrum/template/TemplateHtmlEmail.java

Modified: jakarta/turbine/fulcrum/trunk/template/src/java/org/apache/fulcrum/template/TemplateHtmlEmail.java
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/template/src/java/org/apache/fulcrum/template/TemplateHtmlEmail.java?rev=415853&r1=415852&r2=415853&view=diff
==============================================================================
--- jakarta/turbine/fulcrum/trunk/template/src/java/org/apache/fulcrum/template/TemplateHtmlEmail.java (original)
+++ jakarta/turbine/fulcrum/trunk/template/src/java/org/apache/fulcrum/template/TemplateHtmlEmail.java Tue Jun 20 17:47:55 2006
@@ -2,7 +2,7 @@
 
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.
@@ -185,12 +185,12 @@
      * @param surl A String.
      * @param name A String.
      * @return A String with the cid of the embedded file.
-     * @exception MessagingException.
+     * @exception EmailException.
      * @see HtmlEmail#embed(URL surl, String name) embed.
      */
     public String embed(String surl,
                         String name)
-        throws MessagingException
+        throws EmailException
     {
         String cid ="";
         try



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org