Author: dion
Date: Tue Feb 27 23:09:27 2007
New Revision: 512634

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

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

Modified: 
jakarta/commons/proper/email/trunk/src/test/org/apache/commons/mail/SimpleEmailTest.java
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/email/trunk/src/test/org/apache/commons/mail/SimpleEmailTest.java?view=diff&rev=512634&r1=512633&r2=512634
==============================================================================
--- 
jakarta/commons/proper/email/trunk/src/test/org/apache/commons/mail/SimpleEmailTest.java
 (original)
+++ 
jakarta/commons/proper/email/trunk/src/test/org/apache/commons/mail/SimpleEmailTest.java
 Tue Feb 27 23:09:27 2007
@@ -29,7 +29,7 @@
 public class SimpleEmailTest extends BaseEmailTestCase
 {
     /** */
-    private MockSimpleEmail email = null;
+    private MockSimpleEmail email;
 
     /**
      * @param name name
@@ -81,7 +81,7 @@
 
     /**
      * @throws EmailException when a bad address is set.
-     * @throws IOException when sending fails 
+     * @throws IOException when sending fails
      * @todo Add code to test the popBeforeSmtp() settings
      */
     public void testSend() throws EmailException, IOException



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to