Skip to content

Commit a28d869

Browse files
committed
1 parent 3a1a699 commit a28d869

File tree

20 files changed

+19
-14
lines changed

20 files changed

+19
-14
lines changed
File renamed without changes.

functional-example/src/main/java/org/javamoney/funcional/example/CreateCurrencyUnit.java renamed to console/functional-example/src/main/java/org/javamoney/funcional/example/CreateCurrencyUnit.java

File renamed without changes.

functional-example/src/main/java/org/javamoney/funcional/example/CreateMonetaryCurrency.java renamed to console/functional-example/src/main/java/org/javamoney/funcional/example/CreateMonetaryCurrency.java

File renamed without changes.

functional-example/src/main/java/org/javamoney/funcional/example/ExchangeExample.java renamed to console/functional-example/src/main/java/org/javamoney/funcional/example/ExchangeExample.java

File renamed without changes.

functional-example/src/main/java/org/javamoney/funcional/example/FormatExample.java renamed to console/functional-example/src/main/java/org/javamoney/funcional/example/FormatExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public static void main(String[] args) {
2323
MonetaryAmountFormat usFormat = MonetaryFormats.getAmountFormat(
2424
Locale.US);
2525
MonetaryAmountFormat customFormat = MonetaryFormats.getAmountFormat(
26-
AmountFormatQueryBuilder.create(Locale.US).set(CurrencyStyle.SYMBOL).build());
26+
AmountFormatQueryBuilder.of(Locale.US).set(CurrencyStyle.SYMBOL).build());
2727

2828
System.out.println(germanFormat.format(monetaryAmount));//1.202,12 USD
2929
System.out.println(usFormat.format(monetaryAmount));//USD1,202.12

functional-example/src/main/java/org/javamoney/funcional/example/MonetaryFilterOperations.java renamed to console/functional-example/src/main/java/org/javamoney/funcional/example/MonetaryFilterOperations.java

File renamed without changes.

functional-example/src/main/java/org/javamoney/funcional/example/MonetaryGroupOperations.java renamed to console/functional-example/src/main/java/org/javamoney/funcional/example/MonetaryGroupOperations.jav_

File renamed without changes.

functional-example/src/main/java/org/javamoney/funcional/example/MonetaryReducerOperations.java renamed to console/functional-example/src/main/java/org/javamoney/funcional/example/MonetaryReducerOperations.java

File renamed without changes.

0 commit comments

Comments
 (0)