Review Request: 7193710 ByteArrayOutputStream Javadoc contains unclosed <code> element
Dan Xu
dan.xu at oracle.com
Mon Aug 27 20:48:09 UTC 2012
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/.
And I also generated new javadoc basing on my fix, which can be looked
at
http://act.us.oracle.com/~danxu/javadoc/java/io/ByteArrayOutputStream.html.
Thanks!
-Dan
More information about the core-libs-dev
mailing list