Cool. What is your take on using a ThreaLocal instead of always
cloning return (NumberFormat)numberFormat.clone(); in
org.apache.wicket.util.convert.converters.AbstractDecimalConverter#getNumberFormat(java.util.Locale)

**
Martin

2009/2/9 Igor Vaynberg <igor.vaynb...@gmail.com>:
> On Sun, Feb 8, 2009 at 7:46 PM, Martin Makundi
> <martin.maku...@koodaripalvelut.com> wrote:
>> Another thing that came into my mind is, that there is
>> newNumberFormat(Locale locale) -method in AbstractDecimalConverter,
>> but the method is never used [instead, there is a direct "numberFormat
>> = NumberFormat.getInstance(locale);" -invocation in
>> getNumberFormat(Locale locale)].
>
> fixed
>
> -igor
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to