RFR: 4860681: (bf) Add CharBuffer absolute bulk put method for CharSequence
Chen Liang
liach at openjdk.org
Thu Jul 13 15:18:25 UTC 2023
On Thu, 4 May 2023 20:39:05 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
>> src/java.base/share/classes/java/nio/X-Buffer.java.template line 1490:
>>
>>> 1488: * <ul>
>>> 1489: * <li>defines the range of characters to be read from the source in terms
>>> 1490: * of the half-open interval {@code [start,} {@code end)} instead of
>>
>> Suggestion:
>>
>> * of the half-open interval <code>[start, end)</code> instead of
>
> I was under the perhaps mistaken impression that `{@code ...}` is preferred to `<code>...</code>` these days.
I think he suggested this because ` ` HTML code will not render into a no-break space in a `{@code}` block.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13744#discussion_r1185508829
More information about the nio-dev
mailing list