Fixed javadoc typo.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1238 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: PlaceObject.dobj,v 1.8 2002/02/08 23:10:36 mdb Exp $
|
// $Id: PlaceObject.dobj,v 1.9 2002/04/15 14:30:49 shaper Exp $
|
||||||
|
|
||||||
package com.threerings.crowd.data;
|
package com.threerings.crowd.data;
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ public class PlaceObject extends DObject
|
|||||||
public OidList occupants = new OidList();
|
public OidList occupants = new OidList();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Contains an info record (of type {@link OccupantInfo} for each
|
* Contains an info record (of type {@link OccupantInfo}) for each
|
||||||
* occupant that contains information about that occupant that needs
|
* occupant that contains information about that occupant that needs
|
||||||
* to be known by everyone in the place.
|
* to be known by everyone in the place.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: PlaceObject.java,v 1.5 2002/03/18 23:21:26 mdb Exp $
|
// $Id: PlaceObject.java,v 1.6 2002/04/15 14:35:31 shaper Exp $
|
||||||
|
|
||||||
package com.threerings.crowd.data;
|
package com.threerings.crowd.data;
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@ public class PlaceObject extends DObject
|
|||||||
public OidList occupants = new OidList();
|
public OidList occupants = new OidList();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Contains an info record (of type {@link OccupantInfo} for each
|
* Contains an info record (of type {@link OccupantInfo}) for each
|
||||||
* occupant that contains information about that occupant that needs
|
* occupant that contains information about that occupant that needs
|
||||||
* to be known by everyone in the place.
|
* to be known by everyone in the place.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user