mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-09 11:34:55 +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(
|
||||
scale,
|
||||
(roundingMode == null) ? RoundingMode.HALF_EVEN : roundingMode
|
||||
roundingMode == null ? RoundingMode.HALF_EVEN : roundingMode
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user