mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-26 14:02:06 +01:00
Javadoc cleanup.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7073 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
b25b9d5d7c
commit
7329435c8e
1 changed files with 5 additions and 3 deletions
|
@ -150,7 +150,9 @@ public class Presence extends Packet {
|
|||
}
|
||||
|
||||
/**
|
||||
* Returns the mode of the presence update.
|
||||
* Returns the mode of the presence update, or <tt>null</tt> if the mode is not set.
|
||||
* A null presence mode value is interpreted to be the same thing as
|
||||
* {@link Presence.Mode#available}.
|
||||
*
|
||||
* @return the mode.
|
||||
*/
|
||||
|
@ -159,8 +161,8 @@ public class Presence extends Packet {
|
|||
}
|
||||
|
||||
/**
|
||||
* Sets the mode of the presence update. For the standard "available" state, set
|
||||
* the mode to <tt>null</tt>.
|
||||
* Sets the mode of the presence update. A null presence mode value is interpreted
|
||||
* to be the same thing as {@link Presence.Mode#available}.
|
||||
*
|
||||
* @param mode the mode.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue