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
there is no MonetaryFormats#getAvailableLocales(), you could use Locale#getAvailableLocales() but then you should probably also check MonetaryFormats#isAvailable
while no a compile error an enhanced for loop over the locales would be nice
again there is no #getStyle method
there is no #getInstance method on MonetaryFormats
#parse does not throw ParseException but MonetaryParseException
the last } is too much
The text was updated successfully, but these errors were encountered:
The class comment of
MonetaryAmountFormat
has two code snippets. Both of them are full of compile errors#setStyle
and#getStyle
methods#getInstance
method onMonetaryFormats
, you probably mean#getAmountFormat
MonetaryFormats#getAvailableLocales()
, you could useLocale#getAvailableLocales()
but then you should probably also checkMonetaryFormats#isAvailable
#getStyle
method#getInstance
method onMonetaryFormats
#parse
does not throwParseException
butMonetaryParseException
The text was updated successfully, but these errors were encountered: