From 15a4c90f27e75473ed9b863486a54f5092ad0ac1 Mon Sep 17 00:00:00 2001 From: Jan Berkel Date: Mon, 15 Dec 2014 13:20:42 +0100 Subject: [PATCH] Update javadoc --- src/com/fsck/k9/mail/Message.java | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/src/com/fsck/k9/mail/Message.java b/src/com/fsck/k9/mail/Message.java index c1b4a09a5..368b25dc2 100644 --- a/src/com/fsck/k9/mail/Message.java +++ b/src/com/fsck/k9/mail/Message.java @@ -282,14 +282,8 @@ public abstract class Message implements Part, CompositeBody { /** * Collect attachment parts of a message. - * - * @param message - * The message to collect the attachment parts from. - * * @return A list of parts regarded as attachments. - * - * @throws MessagingException - * In case of an error. + * @throws MessagingException In case of an error. */ public List collectAttachments() throws MessagingException { try { @@ -303,14 +297,8 @@ public abstract class Message implements Part, CompositeBody { /** * Collect the viewable textual parts of a message. - * - * @param message - * The message to extract the viewable parts from. - * * @return A set of viewable parts of the message. - * - * @throws MessagingException - * In case of an error. + * @throws MessagingException In case of an error. */ public Set collectTextParts() throws MessagingException { try {