RFR: 8316304: (fs) Add support for BasicFileAttributes.creationTime() for Linux [v5]
Severin Gehwolf
sgehwolf at openjdk.org
Tue Oct 3 12:37:35 UTC 2023
On Tue, 3 Oct 2023 12:02:07 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> I've added indents. Not sure if it's any better.
>
>> What am I missing?
>
> If you remove the "} else {" then it will be a lot simpler. The thing that I don't like is the `#if defined(__linux__) } #endif` at the end of each function, we shouldn't need that and the code will be a lot easier to read if the "} else {" is removed.
OK, thanks.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15792#discussion_r1344025907
More information about the nio-dev
mailing list