<AWT Dev> [9] Review request for 8043967: Fix doclint warnings for java.awt
Sergey Bylokhov
Sergey.Bylokhov at oracle.com
Tue Jun 3 13:56:13 UTC 2014
Hi, Alexander.
A few notes:
- Use two spaces after @param tag only. in other cases use one space.
- Do no align names of the @params tag like this:
390 * position will not be replaced).
391 * @param str the non-{@code null} text to use as
392 * the replacement
393 * @param start the start position
394 * @param end the end position
395 * @deprecated As of JDK version 1.1,
Change them to:
390 * position will not be replaced).
391 * @param str the non-{@code null} text to use as
392 * the replacement
393 * @param start the start position
394 * @param end the end position
395 * @deprecated As of JDK version 1.1,
- Add empty line after method description before @param tag.
- Description of the method should ends by dot.
On 6/3/14 4:48 PM, alexander stepanov wrote:
> Hello,
>
> Could you please review the fix for the following bug:
> https://bugs.openjdk.java.net/browse/JDK-8043967
>
> Webrev:
> http://cr.openjdk.java.net/~avstepan/8043967
>
> Just a cleanup of javadoc to avoid doclint warnings.
>
> Thanks,
> Alexander
--
Best regards, Sergey.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/awt-dev/attachments/20140603/9a375978/attachment.html>
More information about the awt-dev
mailing list