You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by se...@apache.org on 2008/05/23 18:00:16 UTC

svn commit: r659576 - /turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/util/velocity/VelocityHtmlEmail.java

Author: seade
Date: Fri May 23 09:00:15 2008
New Revision: 659576

URL: http://svn.apache.org/viewvc?rev=659576&view=rev
Log:
Change required for commons-email-1.1, though for now we are sticking with 1.0.

Modified:
    turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/util/velocity/VelocityHtmlEmail.java

Modified: turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/util/velocity/VelocityHtmlEmail.java
URL: http://svn.apache.org/viewvc/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/util/velocity/VelocityHtmlEmail.java?rev=659576&r1=659575&r2=659576&view=diff
==============================================================================
--- turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/util/velocity/VelocityHtmlEmail.java (original)
+++ turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/util/velocity/VelocityHtmlEmail.java Fri May 23 09:00:15 2008
@@ -237,10 +237,10 @@
      * @param surl A String.
      * @param name A String.
      * @return A String with the cid of the embedded file.
-     * @exception VelocityEmailException
+     * @exception EmailException
      * @see HtmlEmail#embed(URL surl, String name) embed.
      */
-    public String embed(String surl, String name) throws VelocityEmailException
+    public String embed(String surl, String name) throws EmailException
     {
         String cid = "";
         try