Hi Sergey,

Please, surround with <blockquote> the code sample.

All references like

* ...if {@code next()} is called before...

better to replace with

* ...if {@link #next()} is called before...

--Semyon

On 12/18/2017 03:28 PM, Sergey Bylokhov wrote:
Hello.
Please review the fix for jdk11.

Bug: https://bugs.openjdk.java.net/browse/JDK-6684386
Webrev can be found at: http://cr.openjdk.java.net/~serb/6684386/webrev.00 Specdiff: http://cr.openjdk.java.net/~serb/6684386/specdiff.00/javax/swing/text/ElementIterator.html

Description of the javadoc changes:
 - <pre> tag is added for the code in the example
 - the typo in the code was fixed(it.next(")
 - <ul> tag is added for the list
 - The rest of the file was updated to use a styles used in the previous javadoc related fixes.


Reply via email to