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

Lance Andersen lancea at openjdk.org
Thu Nov 10 18:47:23 UTC 2022


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.

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

Commit messages:
 - Clean up comment spacing
 - Move added Read()
 - Move @Override to its own line
 - Add back imports removed by intellij
 - Initial pass for updating the javadoc

Changes: https://git.openjdk.org/jdk/pull/10995/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10995&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8262435
  Stats: 201 lines in 1 file changed: 199 ins; 2 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/10995.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/10995/head:pull/10995

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


More information about the core-libs-dev mailing list