[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Two methods for NumberFormat
From: |
Tom Tromey |
Subject: |
Re: [PATCH] Two methods for NumberFormat |
Date: |
23 Nov 2003 12:52:53 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
>>>>> "Guilhem" == Guilhem Lavaux <address@hidden> writes:
Guilhem> I am continuing the series of patches with that one, it adds two
Guilhem> methods to NumberFormat: getIntegerInstance() and
Guilhem> getIntegerInstance(Locale). They have to be implemented according to
Guilhem> Java 1.4.
Guilhem> + /**
Guilhem> + * This method returns an integer formatting and parsing class for
the
Guilhem> + * default locale. This will be a concrete subclass of
<code>NumberFormat</code>,
Guilhem> + * but the actual class returned is dependent on the locale.
Guilhem> + *
Guilhem> + * @return An instance of an integer number formatter for the
default locale.
Guilhem> + */
I think the javadoc for the new methods should include "@since 1.4".
We do this in other places.
Tom