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:
Bruno Garcia
2010-08-30 22:52:38 +00:00
parent 73d2bd1741
commit 68bb635152
+1 -1
View File
@@ -27,7 +27,7 @@ import com.threerings.io.ObjectInputStream;
import com.threerings.io.ObjectOutputStream;
import com.threerings.io.Streamable;
public class Name extends Object
public class Name
implements Comparable, Hashable, Streamable
{
public function Name (name :String = "")