git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@721 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Tom Conkling
2008-08-11 19:44:12 +00:00
parent a983ca025a
commit e1fa63562f
@@ -50,12 +50,6 @@ public class StatSet extends DSet<Stat>
super(contents);
}
/** Creates a stat set with the specified contents. */
public StatSet (Stat stat)
{
add(stat);
}
/** Creates a blank stat set. */
public StatSet ()
{