Javadoc fixery

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@735 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Charlie Groves
2008-08-21 01:52:03 +00:00
parent 9025ecc6f0
commit f862f5363f
9 changed files with 21 additions and 15 deletions
@@ -44,7 +44,7 @@ public class IntSetStat extends SetStat<Integer>
/**
* Constructs a new IntSetStat that will store up to maxSize ints.
*
* @param the maximum number of ints to store in the IntSetStat. Must be <= 255.
* @param maxSize the maximum number of ints to store in the IntSetStat. Must be <= 255.
*/
public IntSetStat (int maxSize)
{