Extending Object should be implicit.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6138 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -27,7 +27,7 @@ import com.threerings.io.ObjectInputStream;
|
|||||||
import com.threerings.io.ObjectOutputStream;
|
import com.threerings.io.ObjectOutputStream;
|
||||||
import com.threerings.io.Streamable;
|
import com.threerings.io.Streamable;
|
||||||
|
|
||||||
public class Name extends Object
|
public class Name
|
||||||
implements Comparable, Hashable, Streamable
|
implements Comparable, Hashable, Streamable
|
||||||
{
|
{
|
||||||
public function Name (name :String = "")
|
public function Name (name :String = "")
|
||||||
|
|||||||
Reference in New Issue
Block a user