Thank you Martin!

On 24.08.2015 23:49, Martin Buchholz wrote:
Thanks for doing this.

The code sample in SwitchPoint.java should be reformatted for consistency with other javadoc - insert " * " before every line.

Done.

Did you check for &amp as well?

No &amp, but grep found one   in java.lang.Character.java.
I wasn't sure what is the way to specify it in {@code}, so just replaced it with a single space.
The resulting html looks Okay.

The code below needs another {@code as previously in the same javadoc.
+     * The name {@code <init>} will be parsed into { '&lt;', "init", '&gt;'}}

Done.


On Mon, Aug 24, 2015 at 1:30 PM, Ivan Gerasimov <ivan.gerasi...@oracle.com <mailto:ivan.gerasi...@oracle.com>> wrote:

    Hi!

    In a few places {@code } block contains &lt; and &gt; sequences,
    which are displayed verbatim in the doc.
    Would you please help review the trivial cleanup?

    BUGURL: https://bugs.openjdk.java.net/browse/JDK-8134356
    WEBREV: http://cr.openjdk.java.net/~igerasim/8134356/00/webrev/
    <http://cr.openjdk.java.net/%7Eigerasim/8134356/00/webrev/>

    Sincerely yours,
    Ivan



Reply via email to