Added class documentation.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@666 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2008-07-18 12:37:16 +00:00
parent 4df7526d1a
commit d65967c57e
@@ -10,6 +10,9 @@ import com.samskivert.util.StringUtil;
import com.threerings.io.ObjectInputStream; import com.threerings.io.ObjectInputStream;
import com.threerings.io.ObjectOutputStream; import com.threerings.io.ObjectOutputStream;
/**
* Used to track a statistic comprised of a bounded set of integers.
*/
public class IntSetStat extends Stat public class IntSetStat extends Stat
{ {
/** /**