src/java.base/share/classes/java/util/concurrent/package-info.java
changeset 58138 1e4270f875ee
parent 52959 a35f7a452257
--- a/src/java.base/share/classes/java/util/concurrent/package-info.java	Sat Sep 14 11:26:26 2019 -0700
+++ b/src/java.base/share/classes/java/util/concurrent/package-info.java	Sat Sep 14 11:26:26 2019 -0700
@@ -226,9 +226,8 @@
  *
  * <h2 id="MemoryVisibility">Memory Consistency Properties</h2>
  *
- * <a href="https://docs.oracle.com/javase/specs/jls/se11/html/jls-17.html#jls-17.4.5">
  * Chapter 17 of
- * <cite>The Java&trade; Language Specification</cite></a> defines the
+ * <cite>The Java&trade; Language Specification</cite> defines the
  * <i>happens-before</i> relation on memory operations such as reads and
  * writes of shared variables.  The results of a write by one thread are
  * guaranteed to be visible to a read by another thread only if the write
@@ -302,6 +301,8 @@
  *
  * </ul>
  *
+ * @jls 17.4.5 Happens-before Order
+ *
  * @since 1.5
  */
 package java.util.concurrent;