Skip to content

Commit 28e4f2d

Browse files
committed
Javadoc
1 parent 6470ff4 commit 28e4f2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/java/org/springframework/ws/mime/MimeMessage.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ public interface MimeMessage extends WebServiceMessage {
3434
boolean convertToXopPackage();
3535

3636
/**
37-
* Returns the <code>Attachment</code> with the specified content Id.
37+
* Returns the {@link Attachment} with the specified content Id.
3838
*
3939
* @return the attachment with the specified content id; or <code>null</code> if it cannot be found
4040
* @throws AttachmentException in case of errors
4141
*/
4242
Attachment getAttachment(String contentId) throws AttachmentException;
4343

4444
/**
45-
* Returns an <code>Iterator</code> over all <code>Attachment</code>s that are part of this message.
45+
* Returns an <code>Iterator</code> over all {@link Attachment} objects that are part of this message.
4646
*
4747
* @return an iterator over all attachments
4848
* @throws AttachmentException in case of errors

0 commit comments

Comments
 (0)