On Sat, 15 Jul 2023 06:16:45 GMT, Alan Bateman <al...@openjdk.org> wrote:

>> Done. The PR has been updated with these changes.
>
> Apologies, I somehow had Files.mismatch in my head, which does compare 
> contents. If the files exists, Files.isSameFile is semantically equivalent to 
> checking if the real path to both is equal, so what you had on that file was 
> correct.

Hello Alan,

> If the files exists, Files.isSameFile is semantically equivalent to checking 
> if the real path to both is equal, so what you had on that file was correct.

I've updated the PR to use `Files.isSameFile()` like previously.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/11943#discussion_r1264615812

Reply via email to