[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jakarta-commons-dev
Subject:    svn commit: r512628 -
From:       dion () apache ! org
Date:       2007-02-28 6:56:28
Message-ID: 20070228065628.C6E181A981D () eris ! apache ! org
[Download RAW message or body]

Author: dion
Date: Tue Feb 27 22:56:28 2007
New Revision: 512628

URL: http://svn.apache.org/viewvc?view=rev&rev=512628
Log:
checkstyle fixes

Modified:
    jakarta/commons/proper/email/trunk/src/test/org/apache/commons/mail/SendWithAttachmentsTest.java


Modified: jakarta/commons/proper/email/trunk/src/test/org/apache/commons/mail/SendWithAttachmentsTest.java
                
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/email/trunk/src/test/org/apac \
he/commons/mail/SendWithAttachmentsTest.java?view=diff&rev=512628&r1=512627&r2=512628 \
                ==============================================================================
                
--- jakarta/commons/proper/email/trunk/src/test/org/apache/commons/mail/SendWithAttachmentsTest.java \
                (original)
+++ jakarta/commons/proper/email/trunk/src/test/org/apache/commons/mail/SendWithAttachmentsTest.java \
Tue Feb 27 22:56:28 2007 @@ -34,7 +34,7 @@
 public class SendWithAttachmentsTest extends BaseEmailTestCase
 {
     /** */
-    private MockHtmlEmailConcrete email = null;
+    private MockHtmlEmailConcrete email;
 
     /**
      * @param name name
@@ -54,8 +54,9 @@
     }
 
     /**
-     * @throws EmailException  
-     * @throws IOException */
+     * @throws EmailException on an email error
+     * @throws IOException when sending fails, or a bad URL is used
+     */
     public void testSendNoAttachments() throws EmailException, IOException
     {
         this.getMailServer();
@@ -110,8 +111,9 @@
     }
 
     /**
-     * @throws EmailException  
-     * @throws IOException */
+     * @throws EmailException on an email error
+     * @throws IOException when sending fails, or a bad URL is used
+     */
     public void testSendWAttachments() throws EmailException, IOException
     {
         EmailAttachment attachment = new EmailAttachment();



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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic