Improved Javadocs.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1936 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2003-05-14 21:49:55 +00:00 committed by mtucker
parent 20edd46b16
commit f79e4bcb9c
1 changed files with 6 additions and 2 deletions

View File

@ -197,8 +197,12 @@ public class GroupChat {
}
/**
* Returns the number of participants in the group chat. Note: this value will only
* be accurate after joining the group chat, and may fluctuate over time.
* Returns the number of participants in the group chat.<p>
*
* Note: this value will only be accurate after joining the group chat, and
* may fluctuate over time. If you query this value directly after joining the
* group chat it may not be accurate, as it takes a certain amount of time for
* the server to send all presence packets to this client.
*
* @return the number of participants in the group chat.
*/