mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-16 10:53:31 +00:00
8251272: Typo in java.util.Formatter: "Numberic" should be "Numeric"
Reviewed-by: bchristi, naoto, jlaskey
This commit is contained in:
parent
c202bd705e
commit
d02e7d55e8
@ -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}".
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user