[OpenJDK 2D-Dev] RFR: 8149593: Change <code>foo</code> to {@code foo} in TIFF plugin classes
Brian Burkhalter
brian.burkhalter at oracle.com
Wed Feb 10 21:41:13 UTC 2016
Please review at your convenience.
Issue: https://bugs.openjdk.java.net/browse/JDK-8149593
Patch: http://cr.openjdk.java.net/~bpb/8149593/webrev.00/
Summary: Transmogrify “<code>foo</code>” to “{@code foo}”. The patch is long but the changes are all the same (quotation marks omitted):
“<code>" changed to “{@code “.
“</code>” change to “}”
“2015,” changed to “2016,"
Both the source and the docs builds succeed, the latter with no errors or warning in these affected classes.
Thanks,
Brian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/2d-dev/attachments/20160210/c80e1454/attachment.html>
More information about the 2d-dev
mailing list