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:
@@ -100,8 +100,7 @@ public class OccupantInfo extends SimpleStreamableObject
|
|||||||
*/
|
*/
|
||||||
public function clone () :Object
|
public function clone () :Object
|
||||||
{
|
{
|
||||||
var that :OccupantInfo =
|
var that :OccupantInfo = ClassUtil.newInstance(this) as OccupantInfo;
|
||||||
ClassUtil.newInstance(this) as OccupantInfo;
|
|
||||||
that.bodyOid = this.bodyOid;
|
that.bodyOid = this.bodyOid;
|
||||||
that.username = this.username;
|
that.username = this.username;
|
||||||
that.status = this.status;
|
that.status = this.status;
|
||||||
|
|||||||
Reference in New Issue
Block a user