On Tue, 19 Sep 2023 21:45:13 GMT, Brian Burkhalter <b...@openjdk.org> wrote:
>> Add a `finally` block to delete the created files. > > Brian Burkhalter has updated the pull request incrementally with one > additional commit since the last revision: > > 8315960: Fix indentation test/jdk/java/io/File/TempDirDoesNotExist.java line 98: > 96: new String[] { > 97: "-Djava.io.tmpdir=" + > 98: tempDir(), These lines could be joined. Or perhaps move the "+" to the beginning of the next line as in the others below. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/15757#discussion_r1332196855