Remove invalid @Override annotation

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1083734 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mikkel Meyer Andersen 2011-03-21 11:27:02 +00:00
parent 77beb609fe
commit ba9b83410c
1 changed files with 0 additions and 1 deletions

View File

@ -69,7 +69,6 @@ public class KolmogorovSmirnovDistributionImpl implements KolmogorovSmirnovDistr
* if algorithm fails to convert h to a BigFraction in
* expressing d as (k - h) / m for integer k, m and 0 <= h < 1.
*/
@Override
public double cdf(double d) throws MathArithmeticException {
return this.cdf(d, false);
}