@@ -351,7 +351,7 @@ The JSR defines 4 packages:
351351MonetaryQuery, MonetaryRounding+, and the singleton accessor +Monetary+.
352352It 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+
355355and 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
26412641Creation 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
26502650The builders hereby extend +AbstractContestBuilder+, discussed in the following section.
0 commit comments