Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8248116 | 16 | Jonathan Gibbons | P4 | Resolved | Fixed | b03 |
JDK-8249984 | 15.0.2 | Jonathan Gibbons | P4 | Resolved | Fixed | b01 |
JDK-8250283 | 15.0.1 | Jonathan Gibbons | P4 | Resolved | Fixed | b03 |
A DESCRIPTION OF THE PROBLEM :
The "HTML Content" section in https://docs.oracle.com/en/java/javase/14/docs/specs/javadoc/doc-comment-spec.html#html-content appears to contain an unintentional HTML char reference:
> such as in a doc‑files subdirectory
The ‑ should probably not be a HTML char reference, but be the corresponding character, a non-breaking hyphen.
The "HTML Content" section in https://docs.oracle.com/en/java/javase/14/docs/specs/javadoc/doc-comment-spec.html#html-content appears to contain an unintentional HTML char reference:
> such as in a doc‑files subdirectory
The ‑ should probably not be a HTML char reference, but be the corresponding character, a non-breaking hyphen.
- backported by
-
JDK-8248116 Javadoc doc-comment-spec contains unintentional HTML char reference
-
- Resolved
-
-
JDK-8249984 Javadoc doc-comment-spec contains unintentional HTML char reference
-
- Resolved
-
-
JDK-8250283 Javadoc doc-comment-spec contains unintentional HTML char reference
-
- Resolved
-