diff -r 8ff7d16ab3f6 -r 3439a92526a0 jdk/src/java.base/share/classes/java/nio/X-Buffer.java.template --- 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 byte buffer is either direct or non-direct. Given a @@ -128,7 +128,7 @@ * that explicit buffer management can be done in performance-critical code. * * - * + * *
This class defines methods for reading and writing values of all other @@ -155,7 +155,7 @@ * parameters of the absolute get and put methods are in terms of * bytes rather than of the type being read or written. * - * + * * *
For access to homogeneous binary data, that is, sequences of values of * the same type, this class defines methods that can create views of a