Hi Mike,
On 10/22/2013 3:13 PM, Mike Duigou wrote:
Wow, that's a lot of nits!
Reviewed via patch:
- "<blockquote><pre>{@code" is redundant. You could remove the <blockquote>
will do.
- This change should be reverted I think:
- * <br><a name="ResourceBundleMapping"/>When mapping resource bundle names to
+ * <br id="ResourceBundleMapping">When mapping resource bundle names to
javadoc complains of a self closing tag.
The id="xxx" form is equivalent way to tag a paragraph with a target link.
Roger
Mike
On Oct 22 2013, at 11:53 , roger riggs <roger.ri...@oracle.com> wrote:
Please review more javadoc cleanup to satisfy javadoc -Xlint.
The changes remove <p> markup where it is invalid or unnecessary
in packages java. io, lang, net, nio, rmi, security, text, and util.
(this is a relatively low priority cleanup).
Webrev:
http://cr.openjdk.java.net/~rriggs/webrev-javadoc-8026982/
Thanks, Roger