[jdk11u-dev] RFR: 8224617: (fs) java/nio/file/FileStore/Basic.java found filesystem twice [v2]
luchenlin
duke at openjdk.org
Tue Jun 13 08:04:18 UTC 2023
On Tue, 13 Jun 2023 06:50:00 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:
>> luchenlin has updated the pull request incrementally with one additional commit since the last revision:
>>
>> fix the trivial issues
>
> test/lib/jdk/test/lib/util/FileUtils.java line 267:
>
>> 265: Process proc = new ProcessBuilder("df").start();
>> 266: BufferedReader reader = new BufferedReader
>> 267: (new InputStreamReader(proc.getInputStream()));
>
> Please indent as in original change. Similar for several later indentations.
fixed
-------------
PR Review Comment: https://git.openjdk.org/jdk11u-dev/pull/1933#discussion_r1227698180
More information about the jdk-updates-dev
mailing list