Indentation.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@987962 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2010-08-22 23:45:38 +00:00
parent 25c9e050af
commit ad63c1629d
1 changed files with 1 additions and 1 deletions

View File

@ -1948,7 +1948,7 @@ public final class MathUtils {
* @deprecated as of 2.2 (please use the new {@link #checkOrder(double[],OrderDirection,boolean)
* checkOrder} method). To be removed in 3.0.
*/
public static void checkOrder(double[] val, int dir, boolean strict) {
public static void checkOrder(double[] val, int dir, boolean strict) {
if (dir > 0) {
checkOrder(val, OrderDirection.INCREASING, strict);
} else {