RFR: 8153490: Cannot setBytes() if incoming buffer's length is bigger than number of elements we want to insert. [v4]
Mitsuru Kariya
duke at openjdk.java.net
Thu Oct 14 01:49:48 UTC 2021
On Wed, 15 Sep 2021 17:57:35 GMT, Lance Andersen <lancea at openjdk.org> wrote:
>> Mitsuru Kariya has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Modify javadoc for consistency
>
> src/java.sql.rowset/share/classes/javax/sql/rowset/serial/SerialBlob.java line 337:
>
>> 335: * @param bytes the array of bytes to be written to the {@code BLOB}
>> 336: * value
>> 337: * @param offset the offset into the array {@code bytes} at which
>
> Please change all occurrences of `{@code bytes}` to `{@code byte}s` as this was caught as part of the CSR review.
Sorry for my very slow response.
These `{@code bytes}` point to the `bytes` argument, but should I change it to `{@code byte}s`?
-------------
PR: https://git.openjdk.java.net/jdk/pull/4001
More information about the core-libs-dev
mailing list