1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-16 16:44:48 +02: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:
Matt Tucker 2007-02-12 01:14:30 +00:00 committed by matt
parent b25b9d5d7c
commit 7329435c8e

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. * @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 * Sets the mode of the presence update. A null presence mode value is interpreted
* the mode to <tt>null</tt>. * to be the same thing as {@link Presence.Mode#available}.
* *
* @param mode the mode. * @param mode the mode.
*/ */