jdk/src/share/classes/java/util/concurrent/package-info.java
changeset 9266 121fb370f179
parent 9242 ef138d47df58
child 14325 622c473a21aa
--- a/jdk/src/share/classes/java/util/concurrent/package-info.java	Wed Apr 13 11:59:18 2011 -0700
+++ b/jdk/src/share/classes/java/util/concurrent/package-info.java	Wed Apr 13 12:16:13 2011 -0700
@@ -218,8 +218,9 @@
  *
  * <h2><a name="MemoryVisibility">Memory Consistency Properties</a></h2>
  *
- * <a href="http://java.sun.com/docs/books/jls/third_edition/html/memory.html">
- * Chapter 17 of the Java Language Specification</a> defines the
+ * Chapter 17 of
+ * <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