Javadoc comment
This commit is contained in:
parent
c8a5de7abd
commit
e16a79d08c
1 changed files with 8 additions and 0 deletions
|
@ -161,6 +161,14 @@ public abstract class Message implements Part, Body
|
|||
return mFlags.toArray(EMPTY_FLAG_ARRAY);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param flag
|
||||
* Flag to set. Never <code>null</code>.
|
||||
* @param set
|
||||
* If <code>true</code>, the flag is added. If <code>false</code>
|
||||
* , the flag is removed.
|
||||
* @throws MessagingException
|
||||
*/
|
||||
public void setFlag(Flag flag, boolean set) throws MessagingException
|
||||
{
|
||||
if (set)
|
||||
|
|
Loading…
Reference in a new issue