jdk/src/java.base/share/classes/java/nio/X-Buffer.java.template
changeset 44851 3439a92526a0
parent 44369 b5c4e28a7521
--- a/jdk/src/java.base/share/classes/java/nio/X-Buffer.java.template	Fri Apr 28 06:45:21 2017 +0800
+++ b/jdk/src/java.base/share/classes/java/nio/X-Buffer.java.template	Thu Apr 27 17:43:13 2017 -0700
@@ -93,7 +93,7 @@
  *
 #if[byte]
  *
- * <a name="direct"></a>
+ * <a id="direct"></a>
  * <h2> Direct <i>vs.</i> non-direct buffers </h2>
  *
  * <p> A byte buffer is either <i>direct</i> or <i>non-direct</i>.  Given a
@@ -128,7 +128,7 @@
  * that explicit buffer management can be done in performance-critical code.
  *
  *
- * <a name="bin"></a>
+ * <a id="bin"></a>
  * <h2> Access to binary data </h2>
  *
  * <p> This class defines methods for reading and writing values of all other
@@ -155,7 +155,7 @@
  * parameters of the absolute <i>get</i> and <i>put</i> methods are in terms of
  * bytes rather than of the type being read or written.
  *
- * <a name="views"></a>
+ * <a id="views"></a>
  *
  * <p> For access to homogeneous binary data, that is, sequences of values of
  * the same type, this class defines methods that can create <i>views</i> of a