On Wed, 13 Oct 2021 17:43:29 GMT, Lance Andersen <lan...@openjdk.org> wrote:
> Hi all, > > Please review the fix to address a javadoc issue for the Deflater::deflate > methods that were added as part of JDK-6341887 that could throw a > ReadOnlyBufferException. > > The` @throws ` clause for `ReadOnlyBufferException` was inadvertently > omitted from the javadoc for these new methods. > > A CSR, JDK-8275164, has also been created for this issue. > > Best > Lance This pull request has now been integrated. Changeset: 831802dd Author: Lance Andersen <lan...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/831802ddb103f8f9747a9fb139af8365924da801 Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod 8275163: Deflater::deflate methods omit javadoc for ReadOnlyBufferException Reviewed-by: bpb, iris, naoto ------------- PR: https://git.openjdk.java.net/jdk/pull/5931