Skip to content

Commit 2dc6c49

Browse files
committed
8373552: ExactConversionsSupport: bad JLS links in javadoc
Reviewed-by: liach Backport-of: 9a23f8a
1 parent 17b6eb4 commit 2dc6c49

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/java.base/share/classes/java/lang/runtime/ExactConversionsSupport.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,12 @@
6464
* floating-point type is considered exact.</li>
6565
* </ul>
6666
*
67-
* @jls 5.7.1 Exact Testing Conversions
68-
* @jls 5.7.2 Unconditionally Exact Testing Conversions
69-
* @jls 15.20.2 The instanceof Operator
67+
* @see <a href="../../../../../specs/primitive-types-in-patterns-instanceof-switch-jls.html#jls-5.7.1">
68+
* JLS 5.7.1 Exact Testing Conversions</a>
69+
* @see <a href="../../../../../specs/primitive-types-in-patterns-instanceof-switch-jls.html#jls-5.7.2">
70+
* JLS 5.7.2 Unconditionally Exact Testing Conversions</a>
71+
* @see <a href="../../../../../specs/primitive-types-in-patterns-instanceof-switch-jls.html#jls-15.20.2">
72+
* JLS 15.20.2 The instanceof Operator</a>
7073
*
7174
* @implNote Some exactness checks describe a test which can be redirected
7275
* safely through one of the existing methods. Those are omitted too (i.e.,

0 commit comments

Comments
 (0)