RFR: 8310868: Thread.interrupt() method's javadoc has an incorrect {@link}

Jaikiran Pai jpai at openjdk.org
Mon Jun 26 06:07:25 UTC 2023


Can I please get a review of this trivial change which fixes a javadoc issue reported in https://bugs.openjdk.org/browse/JDK-8310868?

I ran `make docs-image` locally with this change and the link is now correctly rendered in the generated javadoc.

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

Commit messages:
 - 8310868: Thread.interrupt() method's javadoc has an incorrect {@link}

Changes: https://git.openjdk.org/jdk/pull/14646/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14646&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8310868
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/14646.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/14646/head:pull/14646

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


More information about the core-libs-dev mailing list