You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2013/08/03 13:25:14 UTC

svn commit: r1509959 - /commons/proper/email/trunk/src/test/java/org/apache/commons/mail/EmailAttachmentTest.java

Author: britter
Date: Sat Aug  3 11:25:14 2013
New Revision: 1509959

URL: http://svn.apache.org/r1509959
Log:
Remove unnecessary comment

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

Modified: commons/proper/email/trunk/src/test/java/org/apache/commons/mail/EmailAttachmentTest.java
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/src/test/java/org/apache/commons/mail/EmailAttachmentTest.java?rev=1509959&r1=1509958&r2=1509959&view=diff
==============================================================================
--- commons/proper/email/trunk/src/test/java/org/apache/commons/mail/EmailAttachmentTest.java (original)
+++ commons/proper/email/trunk/src/test/java/org/apache/commons/mail/EmailAttachmentTest.java Sat Aug  3 11:25:14 2013
@@ -37,7 +37,6 @@ public class EmailAttachmentTest extends
     @Before
     public void setUpAttachmentTest()
     {
-        // reusable objects to be used across multiple tests
         this.attachment = new EmailAttachment();
     }