jdk/src/java.base/share/classes/java/io/PipedOutputStream.java
changeset 44844 b2b4d98404ba
parent 25859 3317bb8137f4
--- a/jdk/src/java.base/share/classes/java/io/PipedOutputStream.java	Wed Apr 26 09:37:23 2017 -0700
+++ b/jdk/src/java.base/share/classes/java/io/PipedOutputStream.java	Wed Apr 26 13:38:21 2017 -0700
@@ -35,7 +35,7 @@
  * read from the connected <code>PipedInputStream</code> by some
  * other thread. Attempting to use both objects from a single thread
  * is not recommended as it may deadlock the thread.
- * The pipe is said to be <a name=BROKEN> <i>broken</i> </a> if a
+ * The pipe is said to be <a id=BROKEN> <i>broken</i> </a> if a
  * thread that was reading data bytes from the connected piped input
  * stream is no longer alive.
  *