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
Currently the SPI method MonetaryAmountFactoryProvider.createMonetaryAmountFactory(); does not take any arguments, but creating a MonetaryAmountFactory and mapping parameters passed to the MonetaryAmountFactoryQuery is clearly a respoinsibility of the provider implementation. Currently this work must be done by the MonetaryAmountsSingletonQuerySpi, which does not know all implementations.
The text was updated successfully, but these errors were encountered:
Currently the SPI method
MonetaryAmountFactoryProvider.createMonetaryAmountFactory();
does not take any arguments, but creating aMonetaryAmountFactory
and mapping parameters passed to theMonetaryAmountFactoryQuery
is clearly a respoinsibility of the provider implementation. Currently this work must be done by theMonetaryAmountsSingletonQuerySpi
, which does not know all implementations.The text was updated successfully, but these errors were encountered: