Can I please get a review of this trivial doc-only change which replaces the
use of `{@link}` in the javadoc of `PhantomReference` with a `{@linkplain}`?
This addresses https://bugs.openjdk.org/browse/JDK-8388068 which was brought up
during the PR review of JEP-401
https://github.com/openjdk/jdk/pull/31123#pullrequestreview-4503577896
---------
- [x] I confirm that I make this contribution in accordance with the [OpenJDK
Interim AI Policy](https://openjdk.org/legal/ai).
-------------
Commit messages:
- 8388068: [lworld] PhantomReference constructor should use linkplain instead
of link in its throws clause javadoc
Changes: https://git.openjdk.org/valhalla/pull/2637/files
Webrev: https://webrevs.openjdk.org/?repo=valhalla&pr=2637&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8388068
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/valhalla/pull/2637.diff
Fetch: git fetch https://git.openjdk.org/valhalla.git pull/2637/head:pull/2637
PR: https://git.openjdk.org/valhalla/pull/2637