On Wed, 31 Aug 2022 21:05:18 GMT, Joe Darcy <da...@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