On Mon, 11 Apr 2022 16:07:15 GMT, Alan Bateman <[email protected]> wrote:
>> Volker Simonis has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Adapted wording and copyrights based on @jaikiran review
>
> src/java.base/share/classes/java/util/zip/GZIPInputStream.java line 103:
>
>> 101: * elements {@code buf[off+}<i>n</i>{@code ]} through {@code
>> buf[off+}<i>len</i>{@code -1]}
>> 102: * are undefined and an implementation is free to change them
>> during the inflate
>> 103: * operation. If the return value is -1 or an exception is thrown
>> the whole
>
> The sentence is very long. How about putting "an implementation is free ..."
> in parentheses after "undefined".
Done (also in `ZipInputStream` and `GZipInputStream` which both have the same
sentence).
-------------
PR: https://git.openjdk.java.net/jdk/pull/7986