Review Request: 7193710 ByteArrayOutputStream Javadoc contains unclosed <code> element
Alan Bateman
Alan.Bateman at oracle.com
Tue Aug 28 09:45:05 UTC 2012
On 27/08/2012 21:48, Dan Xu wrote:
> This change is to fix the java doc font issue for
> ByteArrayOutputStream class. In current javadoc, contents change to
> the wrong font starting from toString(String charsetName) in
> ByteArrayOutputStream.html, which can be viewed at
> http://docs.oracle.com/javase/7/docs/api/java/io/ByteArrayOutputStream.html.
> The issue is caused by the unclosed <code> tag.
>
> The webrev is at http://cr.openjdk.java.net/~dxu/7193710/webrev/.
This looks fine me as it doesn't seem you can use @code here (Joe or Jon
might be able to say what the rules are for nesting these javadoc tags).
-Alan
More information about the core-libs-dev
mailing list