On Fri, 18 Nov 2022 06:44:03 GMT, Jaikiran Pai <j...@openjdk.org> wrote:

> Can I please get a review for this doc only change which fixes the javadoc of 
> java.util.zip.Inflater class? As noted in 
> https://bugs.openjdk.org/browse/JDK-8297129, there's a typo in the javadoc. 
> This commit fixes that.

src/java.base/share/classes/java/util/zip/Inflater.java line 49:

> 47:  * sequence is provided in either byte array or byte buffer, via one of 
> the
> 48:  * {@code setInput()} methods. The output byte sequence is written to the
> 49:  * output byte array or byte buffer passed to the {@code inflate()} 
> methods.

This looks okay but probably should be a link as it's first use of inflate.

-------------

PR: https://git.openjdk.org/jdk/pull/11232

Reply via email to