Why didn't I join these lines?

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5231 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2008-07-10 21:10:13 +00:00
parent 77e00160fd
commit 88798b978a
@@ -100,8 +100,7 @@ public class OccupantInfo extends SimpleStreamableObject
*/
public function clone () :Object
{
var that :OccupantInfo =
ClassUtil.newInstance(this) as OccupantInfo;
var that :OccupantInfo = ClassUtil.newInstance(this) as OccupantInfo;
that.bodyOid = this.bodyOid;
that.username = this.username;
that.status = this.status;