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:
parent
77beb609fe
commit
ba9b83410c
|
@ -69,7 +69,6 @@ public class KolmogorovSmirnovDistributionImpl implements KolmogorovSmirnovDistr
|
||||||
* if algorithm fails to convert h to a BigFraction in
|
* if algorithm fails to convert h to a BigFraction in
|
||||||
* expressing d as (k - h) / m for integer k, m and 0 <= h < 1.
|
* expressing d as (k - h) / m for integer k, m and 0 <= h < 1.
|
||||||
*/
|
*/
|
||||||
@Override
|
|
||||||
public double cdf(double d) throws MathArithmeticException {
|
public double cdf(double d) throws MathArithmeticException {
|
||||||
return this.cdf(d, false);
|
return this.cdf(d, false);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue