Javadoc cleanup.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7073 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2007-02-12 01:14:30 +00:00 committed by matt
parent b25b9d5d7c
commit 7329435c8e
1 changed files with 5 additions and 3 deletions

View File

@ -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.
*/