On Fri, 2 Oct 2020 08:54:02 GMT, Ambarish Rapte <[email protected]> wrote:
>> Florian Kirmaier has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> JDK-8244297
>> Fixing some wrong imports
>
> modules/javafx.base/src/test/java/test/util/memory/JMemoryBuddy.java line 299:
>
>> 297: }
>> 298:
>> 299: }
>
> Please add an empty line at the end of file.
done
> modules/javafx.base/src/test/java/test/util/memory/JMemoryBuddy.java line 95:
>
>> 93: int counter = stepsLeft;
>> 94:
>> 95: if(weakReference.get() != null) {
>
> It requires a space after `if`, `for`, `while` statements to adhere to Java
> Coding guidelines.
done
-------------
PR: https://git.openjdk.java.net/jfx/pull/204