mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8273546: DecimalFormat documentation contains literal HTML character references
Reviewed-by: joehw, bpb, iris, lancea
This commit is contained in:
parent
d098751366
commit
c43452859d
3 changed files with 14 additions and 14 deletions
|
@ -169,10 +169,10 @@ import java.util.stream.Collectors;
|
|||
* <i>NegativePattern:</i>
|
||||
* <i>Prefix<sub>optional</sub></i> <i>MinimumInteger</i> <i>Suffix<sub>optional</sub></i>
|
||||
* <i>Prefix:</i>
|
||||
* Any Unicode characters except \uFFFE, \uFFFF, and
|
||||
* Any Unicode characters except {@code U+FFFE}, {@code U+FFFF}, and
|
||||
* <a href = "DecimalFormat.html#special_pattern_character">special characters</a>.
|
||||
* <i>Suffix:</i>
|
||||
* Any Unicode characters except \uFFFE, \uFFFF, and
|
||||
* Any Unicode characters except {@code U+FFFE}, {@code U+FFFF}, and
|
||||
* <a href = "DecimalFormat.html#special_pattern_character">special characters</a>.
|
||||
* <i>MinimumInteger:</i>
|
||||
* 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue