1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-27 11:42:16 -05:00

Update javadoc

This commit is contained in:
Jan Berkel 2014-12-15 13:20:42 +01:00
parent b443af43ae
commit 15a4c90f27

View File

@ -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<Part> 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<Part> collectTextParts() throws MessagingException {
try {