added serialVersionUID to remove warning
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@611130 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
43d20a8873
commit
953f48ea27
|
@ -118,6 +118,7 @@ public final class DescriptiveStatisticsTest extends DescriptiveStatisticsAbstra
|
||||||
public double evaluate(double[] values) {
|
public double evaluate(double[] values) {
|
||||||
return getQuantile();
|
return getQuantile();
|
||||||
}
|
}
|
||||||
|
private static final long serialVersionUID = 8040701391045914979L;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue