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/apache/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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to