Author: sgoeschl
Date: Sun Oct 31 16:17:13 2010
New Revision: 1029394

URL: http://svn.apache.org/viewvc?rev=1029394&view=rev
Log:
Updated comments

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

Modified: 
commons/proper/email/trunk/src/java/org/apache/commons/mail/ImageHtmlEmail.java
URL: 
http://svn.apache.org/viewvc/commons/proper/email/trunk/src/java/org/apache/commons/mail/ImageHtmlEmail.java?rev=1029394&r1=1029393&r2=1029394&view=diff
==============================================================================
--- 
commons/proper/email/trunk/src/java/org/apache/commons/mail/ImageHtmlEmail.java 
(original)
+++ 
commons/proper/email/trunk/src/java/org/apache/commons/mail/ImageHtmlEmail.java 
Sun Oct 31 16:17:13 2010
@@ -36,13 +36,14 @@ import java.util.regex.Pattern;
  * embedding images in the email.
  *
  * For local files the class tries to either load them via an absolute path or 
-
- * if available - use a relative path starting from a base directory.For files
+ * if available - use a relative path starting from a base directory. For files
  * that are not found locally, the implementation tries to download
  * the element and link it in.
  *
  * This code was submitted to commons-email under the Apache 2.0 license, see
  * https://issues.apache.org/jira/browse/EMAIL-92
  *
+ * @since 1.3
  */
 public class ImageHtmlEmail extends HtmlEmail
 {


Reply via email to