StatSet is no longer final, so that we can extend it for sneaky Whirled purposes

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@718 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Tom Conkling
2008-08-08 21:35:02 +00:00
parent e590dfe1bf
commit b0d4ab9adb
@@ -28,7 +28,7 @@ import com.threerings.presents.dobj.DSet;
/** /**
* A distributed set containing {@link Stat} objects. * A distributed set containing {@link Stat} objects.
*/ */
public final class StatSet extends DSet<Stat> public class StatSet extends DSet<Stat>
{ {
/** An interface to be implemented by an entity that wishes to be notified when the contents of /** An interface to be implemented by an entity that wishes to be notified when the contents of
* a stat set change. */ * a stat set change. */