Skip to content

Commit 7237fcd

Browse files
committed
Use a code comment, not Javadoc inside a method
1 parent 1a07866 commit 7237fcd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/org/apache/commons/mail/SendWithAttachmentsTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ public void testSendWAttachments() throws EmailException, IOException {
103103
email.setFrom(strTestMailFrom);
104104
email.addTo(strTestMailTo);
105105

106-
/** File to be used to test file attachments (Must be valid) */
107-
/** Use umlaut characters to test if the file name is properly encoded */
106+
// File to be used to test file attachments (Must be valid).
107+
// Use umlaut characters to test if the file name is properly encoded.
108108
// use short name to avoid folding. Otherwise need to unfold when checking result.
109109
attachment.setName("a>ä, o>ö, u>ü, au>äu");
110110
attachment.setDescription("Test Attachment Desc");

0 commit comments

Comments
 (0)