Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit ee5686f

Browse files
author
Otavio
committed
Put deprecated constructor in RoundedMoney
1 parent 58d81f3 commit ee5686f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/javamoney/moneta/RoundedMoney.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ public final class RoundedMoney implements MonetaryAmount, Comparable<MonetaryAm
9191
* @param currency the currency, not null.
9292
* @param number the amount, not null.
9393
*/
94-
@Deprecated
9594
public RoundedMoney(Number number, CurrencyUnit currency, MonetaryOperator rounding) {
9695
this(number, currency, null, rounding);
9796
}

0 commit comments

Comments
 (0)