Some work on streaming.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3855 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -30,7 +30,7 @@ public class Name extends Object
|
||||
return Name.isBlank(this);
|
||||
}
|
||||
|
||||
public /*override*/ function toString () :String
|
||||
public override function toString () :String
|
||||
{
|
||||
return _name;
|
||||
}
|
||||
@@ -65,8 +65,6 @@ public class Name extends Object
|
||||
out.writeUTF(_name);
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
}
|
||||
|
||||
// documentation inherited from interface Streamable
|
||||
|
||||
Reference in New Issue
Block a user