RFR: 8282648: Weaken the InflaterInputStream specification in order to allow faster Zip implementations [v12]
Volker Simonis
simonis at openjdk.org
Thu Sep 1 08:12:16 UTC 2022
On Wed, 31 Aug 2022 21:05:18 GMT, Joe Darcy <darcy at openjdk.org> wrote:
>> Volker Simonis has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Updated JavaDoc according to @mbreinhold's suggestions
>
> src/java.base/share/classes/java/util/jar/JarInputStream.java line 170:
>
>> 168:
>> 169: /**
>> 170: * Reads from the current ZIP entry into an array of bytes, returning the number of
>
> Please change "Reads from the current ZIP entry..." to "Reads from the current JAR entry..."
Thanks for your review and for spotting this copy&paste error. I've fixed it.
-------------
PR: https://git.openjdk.org/jdk/pull/7986
More information about the core-libs-dev
mailing list