RFR: 8358558: (zipfs) Reorder the listing of "accessMode" property in the ZIP file system's documentation [v2]
Jaikiran Pai
jpai at openjdk.org
Wed Jun 4 15:06:06 UTC 2025
> Can I please get a review of this trivial doc-only change to the `jdk.zipfs`'s documentation? This moves the `accessMode` property listing to the top of the table instead of being at the bottom. With this change, the text about throwing `IllegalArgumentException` when `create=true` and `accessMode=readOnly` has been moved to the `create` property's description.
>
> No functional or specification changes are involved. I verified that the generated documentation looks fine too.
Jaikiran Pai has updated the pull request incrementally with one additional commit since the last revision:
Daniel's suggestion - consistent use of {@code "readOnly"}
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/25634/files
- new: https://git.openjdk.org/jdk/pull/25634/files/546afbb7..09d68dd8
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=25634&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=25634&range=00-01
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/25634.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/25634/head:pull/25634
PR: https://git.openjdk.org/jdk/pull/25634
More information about the core-libs-dev
mailing list