+1

Sent from my iPad

> On Aug 6, 2020, at 7:55 PM, Brian Burkhalter <brian.burkhal...@oracle.com> 
> wrote:
> 
> For [1], please review this trivial fix [2].
> 
> Thanks,
> 
> Brian
> 
> [1] https://bugs.openjdk.java.net/browse/JDK-8251272
> [2] diff
> 
> --- a/src/java.base/share/classes/java/util/Formatter.java
> +++ b/src/java.base/share/classes/java/util/Formatter.java
> @@ -277,7 +277,7 @@
>  *
>  * </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 @@
>  * 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}".
>  *

Reply via email to