@@ -55,12 +55,12 @@ import jdk.internal.util.ArraysSupport;
55
55
*
56
56
* <li><p> Absolute and relative {@link #get($type$[]) <i>bulk get</i>}
57
57
* methods that transfer contiguous sequences of $type$s from this buffer
58
- * into an array; {#if[!byte]?and} </p></li>
58
+ * into an array;</p></li>
59
59
*
60
60
* <li><p> Absolute and relative {@link #put($type$[]) <i>bulk put</i>}
61
61
* methods that transfer contiguous sequences of $type$s from $a$
62
- * $type$ array{#if[char]?, a  string,} or some other $type$
63
- * buffer into this buffer;{#if[!byte]? and} </p></li>
62
+ * $type$ array{#if[char]?, a string,} or some other $type$
63
+ * buffer into this buffer;</p></li>
64
64
*
65
65
#if[byte]
66
66
*
@@ -86,12 +86,12 @@ import jdk.internal.util.ArraysSupport;
86
86
#if[byte]
87
87
*
88
88
* content, or by {@link #wrap($type$[]) <i>wrapping</i>} an
89
- * existing $type$ array {#if[char]?or string} into a buffer.
89
+ * existing $type$ array into a buffer.
90
90
*
91
91
#else[byte]
92
92
*
93
93
* content, by {@link #wrap($type$[]) <i>wrapping</i>} an existing
94
- * $type$ array {#if[char]?or  string} into a buffer, or by creating a
94
+ * $type$ array {#if[char]?or string} into a buffer, or by creating a
95
95
* <a href="ByteBuffer.html#views"><i>view</i></a> of an existing byte buffer.
96
96
*
97
97
#end[byte]
0 commit comments