Renamed DSet.entries() -> DSet.iterator().
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3406 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -113,7 +113,7 @@ public class OccupantDirector extends BasicDirector
|
||||
return null;
|
||||
}
|
||||
|
||||
Iterator iter = _place.occupantInfo.entries();
|
||||
Iterator iter = _place.occupantInfo.iterator();
|
||||
while (iter.hasNext()) {
|
||||
OccupantInfo info = (OccupantInfo)iter.next();
|
||||
if (info.username.equals(username)) {
|
||||
|
||||
Reference in New Issue
Block a user