>>>>> "Guilhem" == Guilhem Lavaux <[EMAIL PROTECTED]> 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


_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to