Commit e00ba786 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Added "Generics".


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@320 b35dd754-fafc-0310-a699-88a17e54d16e
parent fb3a0b13
......@@ -46,7 +46,7 @@ public interface Roster {
*
* @return an iterator of users in this roster.
*/
public Iterator getRosterItems() throws UnauthorizedException;
public Iterator<RosterItem> getRosterItems() throws UnauthorizedException;
/**
* Returns the total number of users in the roster.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment