Removed trailing whitespace.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1136128 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2011-06-15 17:29:06 +00:00
parent 22b2a2a5e9
commit a7f015c3ea
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ import org.apache.commons.math.util.MathUtils;
* multiple percentiles are computed based on the same data, users should set the
* data array once using either one of the {@link #evaluate(double[], double)} or
* {@link #setData(double[])} methods and thereafter {@link #evaluate(double)}
* with just the percentile provided.
* with just the percentile provided.
* </p>
* <p>
* <strong>Note that this implementation is not synchronized.</strong> If