Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8172475

Remove <tt></tt> usage from Class and ClassLoader

XMLWordPrintable

    • 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.

            darcy Joe Darcy
            darcy Joe Darcy
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: