On Tue, 27 Feb 2024 15:08:11 GMT, Eirik Bjørsnøs <eir...@openjdk.org> wrote:

>> Lance Andersen has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   Address initial feedback for JDK-8326687
>
> src/java.base/share/classes/java/util/zip/ZipOutputStream.java line 54:
> 
>> 52:      * Whether to use ZIP64 for zip files with more than 64k entries.
>> 53:      * Until ZIP64 support in zip implementations is ubiquitous, this
>> 54:      * system property allows the creation of zip files which can be
> 
> Suggestion:
> 
>      * Whether to use ZIP64 for ZIP files with more than 64k entries.
>      * Until ZIP64 support in ZIP implementations is ubiquitous, this
>      * system property allows the creation of ZIP files which can be

Fixed not sure how Missed this when updating ZipOutputStream

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18011#discussion_r1504509576

Reply via email to