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:
parent
25c9e050af
commit
ad63c1629d
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue