Type safety!

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4573 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2007-02-13 00:23:13 +00:00
parent de633c61b5
commit ff30b2e116
@@ -176,7 +176,7 @@ public class ClientManager
/** /**
* Enumerates all active client objects. * Enumerates all active client objects.
*/ */
public Iterator enumerateClientObjects () public Iterator<ClientObject> enumerateClientObjects ()
{ {
return _objmap.values().iterator(); return _objmap.values().iterator();
} }