On Fri, 16 May 2025 15:17:40 GMT, Lance Andersen <lan...@openjdk.org> wrote:

>> src/jdk.zipfs/share/classes/jdk/nio/zipfs/ZipFileSystem.java line 221:
>> 
>>> 219:         }
>>> 220:         // sm and existence check
>>> 221:         zfpath.getFileSystem().provider().checkAccess(zfpath, 
>>> java.nio.file.AccessMode.READ);
>> 
>> Type name clash with existing AccessMode class. Since new enum is private, 
>> happy to rename.
>
> So perhaps change the name of the newly added enum

Done.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/25178#discussion_r2095527265

Reply via email to