RFR: 8067127: Tags cleanup [v2]

Brian Burkhalter bpb at openjdk.java.net
Wed Oct 7 00:00:21 UTC 2020


> 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

Brian Burkhalter has updated the pull request incrementally with two additional commits since the last revision:

 - Merge branch 'JDK-8067127-java-io-tags-cleanup' of https://github.com/bplb/jdk into JDK-8067127-java-io-tags-cleanup
 - 8067127: Tags cleanup

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/513/files
  - new: https://git.openjdk.java.net/jdk/pull/513/files/2e9b0770..3cbb98d4

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=513&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=513&range=00-01

  Stats: 4 lines in 3 files changed: 0 ins; 0 del; 4 mod
  Patch: https://git.openjdk.java.net/jdk/pull/513.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/513/head:pull/513

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


More information about the core-libs-dev mailing list