Decrease visibility.

This commit is contained in:
Gilles Sadowski 2020-07-30 23:42:33 +02:00
parent 22572574d4
commit 94476b91ce
1 changed files with 1 additions and 1 deletions

View File

@ -564,7 +564,7 @@ public class Percentile extends AbstractUnivariateStatistic implements Serializa
* @return work array sliced from values in the range [begin,begin+length)
* @throws MathIllegalArgumentException if values or indices are invalid
*/
protected double[] getWorkArray(final double[] values, final int begin, final int length) {
private double[] getWorkArray(final double[] values, final int begin, final int length) {
final double[] work;
if (values == getDataRef()) {
work = getDataRef();