Please review a doc-only change to fix the order of javadoc `@param` tags in 
module java.base.

We are working on a javadoc feature to add an opt-in doclint warning for 
`@param` tags that don't match the order of parameters in the documented 
element. The warning will be enabled in OpenJDK builds and covers all uses of 
the `@param` tag, i.e. parameters of executable elements, type parameters, and 
record components.

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

Commit messages:
 - JDK-8342698: Fix order of @param tags in module java.base

Changes: https://git.openjdk.org/jdk/pull/21611/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=21611&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8342698
  Stats: 33 lines in 6 files changed: 15 ins; 15 del; 3 mod
  Patch: https://git.openjdk.org/jdk/pull/21611.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/21611/head:pull/21611

PR: https://git.openjdk.org/jdk/pull/21611

Reply via email to