mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02: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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue