Type the occupantInfo DSet.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4137 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2006-05-22 22:50:39 +00:00
parent e9294b4a3d
commit b13b1a54a4
@@ -70,7 +70,7 @@ public class PlaceObject extends DObject
* step on one another even if they make rapid fire changes to a
* user's occupant info.
*/
public DSet occupantInfo = new DSet();
public DSet<OccupantInfo> occupantInfo = new DSet<OccupantInfo>();
/** Used to generate speak requests on this place object. */
public SpeakMarshaller speakService;