On Wed, 19 Oct 2022 22:20:56 GMT, Brent Christian <[email protected]> wrote:
>> Justin Lu has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Additional cleanup and string formatting
>
> test/jdk/java/util/Formatter/BasicTestLauncher.java line 90:
>
>> 88: ProcessBuilder pb = ProcessTools.createTestJvm(JAVA_OPTS,
>> TEST_CLASS);
>> 89: pb.environment().put("TZ", timeZone);
>> 90: Process process = pb.start();
>
> Nit: indentation
Fixed, thanks!
-------------
PR: https://git.openjdk.org/jdk/pull/10715