mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-13 13:35:13 +00:00
Remove paren noise
This commit is contained in:
parent
5f1d7055ec
commit
c0f527e509
@ -470,7 +470,7 @@ public static BigDecimal toScaledBigDecimal(final BigDecimal value, final int sc
|
|||||||
}
|
}
|
||||||
return value.setScale(
|
return value.setScale(
|
||||||
scale,
|
scale,
|
||||||
(roundingMode == null) ? RoundingMode.HALF_EVEN : roundingMode
|
roundingMode == null ? RoundingMode.HALF_EVEN : roundingMode
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user