Skip to content

Commit 669fdac

Browse files
committed
Update JavaMoneySpecification.adoc
Fixed package name ("convert" as in API;-)
1 parent c46d360 commit 669fdac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main/asciidoc/JavaMoneySpecification.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ The JSR defines 4 packages:
351351
MonetaryQuery, MonetaryRounding+, and the singleton accessor +Monetary+.
352352
It is discussed in section <<CoreAPI>>. The meta-data context and query features are discussed in <<MetadataModeling>>.
353353
354-
+javax.money.conversion+:: contains the conversion artifacts +ExchangeRate, ExchangeRateProvider, CurrencyConversion+
354+
+javax.money.convert+:: contains the conversion artifacts +ExchangeRate, ExchangeRateProvider, CurrencyConversion+
355355
and the according +MonetaryConversions+ accessor singleton. It is discussed in section <<CurrencyConversion>>.
356356
357357
+javax.money.format+:: contains the formatting artifacts +MonetaryAmountFormat, AmountFormatContext+ and the according
@@ -2634,17 +2634,17 @@ The classes extending this class hereby are thread-safe and immutable:
26342634
* +javax.money.CurrencyContext+
26352635
* +javax.money.MonetaryContext+
26362636
* +javax.money.RoundingContext+
2637-
* +javax.money.conversion.ProviderContext+
2638-
* +javax.money.conversion.ConversionContext+
2637+
* +javax.money.convert.ProviderContext+
2638+
* +javax.money.convert.ConversionContext+
26392639
* +javax.money.format.AmountFormatContext+
26402640
26412641
Creation of context instances is encapsulated using corresponding builder instances:
26422642
26432643
* +javax.money.CurrencyContextBuilder+
26442644
* +javax.money.MonetaryContextBuilder+
26452645
* +javax.money.RoundingContextBuilder+
2646-
* +javax.money.conversion.ProviderContextBuilder+
2647-
* +javax.money.conversion.ConversionContextBuilder+
2646+
* +javax.money.convert.ProviderContextBuilder+
2647+
* +javax.money.convert.ConversionContextBuilder+
26482648
* +javax.money.format.AmountFormatContextBuilder+
26492649
26502650
The builders hereby extend +AbstractContestBuilder+, discussed in the following section.

0 commit comments

Comments
 (0)