code format modified

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2033 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Gaston Dombiak 2003-08-18 20:15:03 +00:00 committed by gdombiak
parent a0daf9edc9
commit 69f8d71a65
1 changed files with 5 additions and 5 deletions

View File

@ -62,12 +62,12 @@ import java.util.Iterator;
*/ */
public interface RosterExchangeListener { 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. These entries are local roster entries. * @param rosterEntries the entries sent by the user. These entries are local roster entries.
*/ */
public void entriesReceived(String from, Iterator rosterEntries); public void entriesReceived(String from, Iterator rosterEntries);
} }