8262875: doccheck: empty paragraphs, etc in java.base module

Reviewed-by: alanb, darcy, lancea
This commit is contained in:
Jonathan Gibbons 2021-03-02 20:35:51 +00:00
parent f304b74e0a
commit 20b9ba53a5
8 changed files with 8 additions and 9 deletions

View file

@ -264,7 +264,7 @@ public final class Integer extends Number
* <blockquote>
* {@code Integer.toHexString(n).toUpperCase()}
* </blockquote>
* <p>
*
* @apiNote
* The {@link java.util.HexFormat} class provides formatting and parsing
* of byte arrays and primitives to return a string or adding to an {@link Appendable}.