On Wed, 4 Jun 2025 14:56:59 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
>> src/jdk.zipfs/share/classes/module-info.java line 195: >> >>> 193: * If the value is {@code true}, the ZIP file system provider >>> creates a >>> 194: * new ZIP or JAR file if it does not exist. Specifying the >>> {@code create} >>> 195: * property as {@code true} with the {@code accessMode} as >>> {@code readOnly} >> >> should we change that to `with <em>read-only</em> {@code accessMode}` or to >> `with the {@code accessMode} as {@code "readOnly"}`? > > I see your reasoning. In the `accessMode` property description, we have used > `{@code "readOnly"}`. I will go ahead and change it to `with the {@code > accessMode} as {@code "readOnly"}`. Done, updated the PR with this text. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/25634#discussion_r2126827055