Extend SimpleStreamableObject rather than TrackedStreamableObject.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3734 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2005-10-18 00:06:30 +00:00
parent 29c2cfddd1
commit a12b610007
+2 -2
View File
@@ -23,7 +23,7 @@ package com.threerings.util;
import java.util.regex.Pattern; import java.util.regex.Pattern;
import com.threerings.io.TrackedStreamableObject; import com.threerings.io.SimpleStreamableObject;
/** /**
* Contains the name of an entity. Provides a means by which names can be * Contains the name of an entity. Provides a means by which names can be
@@ -31,7 +31,7 @@ import com.threerings.io.TrackedStreamableObject;
* things exactly or the challenge of inserting code to normalize names * things exactly or the challenge of inserting code to normalize names
* everywhere they are compared. * everywhere they are compared.
*/ */
public class Name extends TrackedStreamableObject public class Name extends SimpleStreamableObject
implements Comparable implements Comparable
{ {
/** A blank name for use in situations where it is needed. /** A blank name for use in situations where it is needed.