From 3305c1b922bc5eebea1d3a5daf0a152c7b49585d Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 4 Oct 2006 02:17:35 +0000 Subject: [PATCH] Our inherited constructor documentation didn't make much sense. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4396 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/as/com/threerings/crowd/data/OccupantInfo.as | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/as/com/threerings/crowd/data/OccupantInfo.as b/src/as/com/threerings/crowd/data/OccupantInfo.as index 66dd6bae4..5a51a303f 100644 --- a/src/as/com/threerings/crowd/data/OccupantInfo.as +++ b/src/as/com/threerings/crowd/data/OccupantInfo.as @@ -73,7 +73,10 @@ public class OccupantInfo extends SimpleStreamableObject /** The status of this occupant. */ public var status :int = ACTIVE; - /** A blank constructor used for unserialization. */ + /** + * Constructs an occupant info record, optionally obtaining data from the + * supplied BodyObject. + */ public function OccupantInfo (body :BodyObject = null) { if (body != null) {