Commit f69e261d authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Added generics.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3386 b35dd754-fafc-0310-a699-88a17e54d16e
parent f49deabc
......@@ -37,5 +37,5 @@ public interface ServerItemsProvider {
* @return an Iterator (of DiscoServerItem) with the items associated with the server or null
* if none.
*/
public abstract Iterator getItems();
public abstract Iterator<DiscoServerItem> getItems();
}
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