-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 9
-
Component/s: core-libs
-
b153
-
Not verified
The javadoc for java.lang.Class and java.lang.ClassLoader has some usages of the <tt></tt> HTML tag. This tag is not part of HTML 5 and has been replaced with <code></code>. In javadoc, direct use of <tt></tt> or <code></code> is rarely necessary since the {@code } tag can be used instead. In addition, ClassLoader has multiple extraneous usage of <tt></tt> inside the target of a {@link} tag; these should be removed.
- relates to
-
JDK-8172458 Make javax.lang.model javadoc HTML 5 compliant
-
- Closed
-