Integrated: JDK-8262435: Clarify the behavior of a few inherited ZipInputStream methods

Lance Andersen lancea at openjdk.org
Tue Nov 15 16:48:08 UTC 2022


On Fri, 4 Nov 2022 18:13:23 GMT, Lance Andersen <lancea at openjdk.org> wrote:

> Please review the following PR which updates several of the ZipInputStream methods whose javadoc is inherited to clarify the methods  are acting on  the current ZIP Entry.
> 
> There are no changes in behavior.  The main description for the method's javadoc that has been copied has been clarified and the remaining doc is the same.

This pull request has now been integrated.

Changeset: 6aef3a4a
Author:    Lance Andersen <lancea at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/6aef3a4a3d41116cb4f3783a83c91d5340ef4698
Stats:     185 lines in 1 file changed: 178 ins; 2 del; 5 mod

8262435: Clarify the behavior of a few inherited ZipInputStream methods

Reviewed-by: alanb, bpb, jpai

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

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


More information about the core-libs-dev mailing list