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:
@@ -23,7 +23,7 @@ package com.threerings.util;
|
||||
|
||||
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
|
||||
@@ -31,7 +31,7 @@ import com.threerings.io.TrackedStreamableObject;
|
||||
* things exactly or the challenge of inserting code to normalize names
|
||||
* everywhere they are compared.
|
||||
*/
|
||||
public class Name extends TrackedStreamableObject
|
||||
public class Name extends SimpleStreamableObject
|
||||
implements Comparable
|
||||
{
|
||||
/** A blank name for use in situations where it is needed.
|
||||
|
||||
Reference in New Issue
Block a user