8336039: Doccheck: HTML warnings, broken links and missing files in java.base documentation

Reviewed-by: liach, djelinski
This commit is contained in:
Nizar Benalla 2024-07-22 13:27:12 +00:00 committed by Chen Liang
parent 7ddd02599c
commit 92de2b2d5f
8 changed files with 19 additions and 20 deletions

View file

@ -367,12 +367,11 @@ import java.util.Objects;
*
* <h2>Usage Information</h2>
*
* <p>
*
* The following example demonstrates a general usage of {@code MessageFormat}.
* In internationalized programs, the message format pattern and other
* static strings will likely be obtained from resource bundles.
*
* <p>
* {@snippet lang=java :
* int planet = 7;
* String event = "a disturbance in the Force";