On Wed, 15 Sep 2021 17:57:35 GMT, Lance Andersen <lan...@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