Stop lying

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6148 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Charlie Groves
2010-09-08 19:29:51 +00:00
parent be64ef83f1
commit 908bee05c4
@@ -26,7 +26,8 @@ public class RunningStats
}
/**
* Returns the minimum sample added or {@link Double#MAX_VALUE} if no samples have been added.
* Returns the minimum sample added or {@link Double#POSITIVE_INFINITY} if no samples have
* been added.
*/
public double getMin ()
{
@@ -34,7 +35,8 @@ public class RunningStats
}
/**
* Returns the maximum sample added or {@link Double#MIN_VALUE} if no samples have been added.
* Returns the maximum sample added or {@link Double#NEGATIVE_INFINITY} if no samples have
* been added.
*/
public double getMax ()
{