Integrated: 8067127: Tags cleanup

Brian Burkhalter bpb at openjdk.java.net
Wed Oct 7 17:20:14 UTC 2020


On Mon, 5 Oct 2020 18:59:00 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Please review this change to update some javadoc tags in the java.io package. The changes are to replace some
> occurrences of <code>some_code</code> with {@code some_code}. Not all such constructs were replaced as being
> infeasible, e.g., tag contains an entity such as <code>*/</code> (DataOutput, Serial), or multiple {@code} tags
> would be needed or the result would be ugly (File). It is unclear whether some of the changes which remove the
> non-breaking space entity ( ) are desirable.  Thanks,  Brian

This pull request has now been integrated.

Changeset: db3053dc
Author:    Brian Burkhalter <bpb at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/db3053dc
Stats:     37 lines in 13 files changed: 0 ins; 0 del; 37 mod

8067127: Tags cleanup

Reviewed-by: rriggs, dfuchs, lancea

-------------

PR: https://git.openjdk.java.net/jdk/pull/513


More information about the core-libs-dev mailing list