> On Jan 9, 2017, at 5:45 PM, joe darcy <joe.da...@oracle.com> wrote: > > Hello, > > 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 usages should be removed. > > Please review this webrev which addresses those issues: > > Webrev: http://cr.openjdk.java.net/~darcy/8172475.0/
The javadoc change looks good. Mandy