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
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public interface RosterExchangeListener {
* Called when roster entries are received as part of a roster exchange. * Called when roster entries are received as part of a roster exchange.
* *
* @param from the user that sent the entries. * @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. * RemoteRosterEntry.
*/ */
public void entriesReceived(String from, Iterator remoteRosterEntries); public void entriesReceived(String from, Iterator remoteRosterEntries);