Skip to content

Commit e7ab372

Browse files
author
Brian Burkhalter
committedSep 14, 2021
8273641: (bf) Buffer subclasses documentation contains template strings
Reviewed-by: rriggs, alanb
1 parent 22a7191 commit e7ab372

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎src/java.base/share/classes/java/nio/X-Buffer.java.template

+5-5
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ import jdk.internal.util.ArraysSupport;
5555
*
5656
* <li><p> Absolute and relative {@link #get($type$[]) <i>bulk get</i>}
5757
* 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>
5959
*
6060
* <li><p> Absolute and relative {@link #put($type$[]) <i>bulk put</i>}
6161
* methods that transfer contiguous sequences of $type$s from $a$
62-
* $type$ array{#if[char]?,&#32;a&#32;string,} or some other $type$
63-
* buffer into this buffer;{#if[!byte]?&#32;and} </p></li>
62+
* $type$ array{#if[char]?, a string,} or some other $type$
63+
* buffer into this buffer;</p></li>
6464
*
6565
#if[byte]
6666
*
@@ -86,12 +86,12 @@ import jdk.internal.util.ArraysSupport;
8686
#if[byte]
8787
*
8888
* content, or by {@link #wrap($type$[]) <i>wrapping</i>} an
89-
* existing $type$ array {#if[char]?or&#32;string} into a buffer.
89+
* existing $type$ array into a buffer.
9090
*
9191
#else[byte]
9292
*
9393
* content, by {@link #wrap($type$[]) <i>wrapping</i>} an existing
94-
* $type$ array {#if[char]?or&#32;string} into a buffer, or by creating a
94+
* $type$ array {#if[char]?or string} into a buffer, or by creating a
9595
* <a href="ByteBuffer.html#views"><i>view</i></a> of an existing byte buffer.
9696
*
9797
#end[byte]

0 commit comments

Comments
 (0)
Please sign in to comment.