23242526272829
return (DecimalFormat) NumberFormat.getCurrencyInstance(locale); } @Override protected Money createAmount(BigDecimal value) { return new Money(value); }