8251272: Typo in java.util.Formatter: "Numberic" should be "Numeric"

Reviewed-by: bchristi, naoto, jlaskey
This commit is contained in:
Brian Burkhalter 2020-08-06 18:23:21 -07:00
parent c202bd705e
commit d02e7d55e8

View file

@ -277,7 +277,7 @@ import sun.util.locale.provider.ResourceBundleBasedAdapter;
*
* </ol>
*
* <p> For category <i>General</i>, <i>Character</i>, <i>Numberic</i>,
* <p> For category <i>General</i>, <i>Character</i>, <i>Numeric</i>,
* <i>Integral</i> and <i>Date/Time</i> conversion, unless otherwise specified,
* if the argument <i>arg</i> is {@code null}, then the result is "{@code null}".
*
@ -703,7 +703,7 @@ import sun.util.locale.provider.ResourceBundleBasedAdapter;
* methods such as {@link String#format(String,Object...) String.format} and
* {@link java.io.PrintStream#printf(String,Object...) PrintStream.printf}.
*
* <p> For category <i>General</i>, <i>Character</i>, <i>Numberic</i>,
* <p> For category <i>General</i>, <i>Character</i>, <i>Numeric</i>,
* <i>Integral</i> and <i>Date/Time</i> conversion, unless otherwise specified,
* if the argument <i>arg</i> is {@code null}, then the result is "{@code null}".
*