You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid usage of deprecated RoundingMode in BigDecimal
The setScale(...) method accepting the mode as integer has been
deprecated with Java 9. Given that Draw2D requires at least Java 17, we
can simply use the drop-in replacement via the RoundingMode enum.
Contributes to eclipse-gef#778
0 commit comments