1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-16 08:34:50 +02:00

comments updated

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2066 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Gaston Dombiak 2003-08-24 23:04:43 +00:00 committed by gdombiak
parent ca37ceb2f1
commit ec9df5b41c

View file

@ -66,7 +66,7 @@ public interface RosterExchangeListener {
* Called when roster entries are received as part of a roster exchange.
*
* @param from the user that sent the entries.
* @param rosterEntries the entries sent by the user. The entries are instances of
* @param remoteRosterEntries the entries sent by the user. The entries are instances of
* RemoteRosterEntry.
*/
public void entriesReceived(String from, Iterator remoteRosterEntries);