Thank you Martin for reviewing!

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 &nbsp in Character.
I wasn't sure how to specify &nbsp in {@code}, so just replaced it with a regular space.
The resulting html seems to look 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.

Would you please take a look at the updated webrev?

http://cr.openjdk.java.net/~igerasim/8134356/01/webrev/

Sincerely yours,
Ivan

Reply via email to