Formatting formatting.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@729 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2008-08-12 01:52:53 +00:00
parent 5982369b2a
commit e149bbb05b
@@ -45,7 +45,8 @@ public class Percentiler
/**
* Creates a percentiler that expects values to fall within the given range.
*/
public Percentiler(int min, int max) {
public Percentiler (int min, int max)
{
_min = min;
_max = max;
_fixedRange = true;