RFR: 8215788: Clarify JarInputStream Manifest access [v2]

Lance Andersen lancea at openjdk.org
Wed Sep 14 01:42:20 UTC 2022


> Please review this PR which updates  the JarInputStream class description to clarify when the Manifest is accessible via JarInputStream::getManifest and JarInputStream::get[Jar]Entry.
> 
> It is worth noting that with this update, we are finally documenting  behavior that dates back to when this class was added to JDK 1.2
> 
> 
> Best,
> Lance

Lance Andersen has updated the pull request incrementally with one additional commit since the last revision:

  changed linkplain to link and updated note wording

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/10045/files
  - new: https://git.openjdk.org/jdk/pull/10045/files/36a74efa..cfdfa06b

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=10045&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=10045&range=00-01

  Stats: 16 lines in 1 file changed: 0 ins; 1 del; 15 mod
  Patch: https://git.openjdk.org/jdk/pull/10045.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/10045/head:pull/10045

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


More information about the core-libs-dev mailing list