You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2014/10/15 16:03:18 UTC

svn commit: r1632044 - /commons/proper/email/trunk/src/main/java/org/apache/commons/mail/HtmlEmail.java

Author: ggregory
Date: Wed Oct 15 14:03:17 2014
New Revision: 1632044

URL: http://svn.apache.org/r1632044
Log:
Javadoc.

Modified:
    commons/proper/email/trunk/src/main/java/org/apache/commons/mail/HtmlEmail.java

Modified: commons/proper/email/trunk/src/main/java/org/apache/commons/mail/HtmlEmail.java
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/src/main/java/org/apache/commons/mail/HtmlEmail.java?rev=1632044&r1=1632043&r2=1632044&view=diff
==============================================================================
--- commons/proper/email/trunk/src/main/java/org/apache/commons/mail/HtmlEmail.java (original)
+++ commons/proper/email/trunk/src/main/java/org/apache/commons/mail/HtmlEmail.java Wed Oct 15 14:03:17 2014
@@ -452,7 +452,7 @@ public class HtmlEmail extends MultiPart
      *
      * @param dataSource the <code>DataSource</code> to embed
      * @param name the name that will be set in the filename header field
-     * @param encodedCid the Content-ID to use for this <code>DataSource</code>
+     * @param cid the Content-ID to use for this <code>DataSource</code>
      * @return the URL encoded Content-ID for this <code>DataSource</code>
      * @throws EmailException if the embedding fails or if <code>name</code> is
      * null or empty