On Fri, 16 Apr 2021 10:03:07 GMT, Ajit Ghaisas <aghai...@openjdk.org> wrote:
>> Johan Vos has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Process reviewer comments > > modules/javafx.controls/src/test/java/test/javafx/scene/control/skin/VirtualFlowTest.java > line 237: > >> 235: * the entire width/height of the VirtualFlow. >> 236: */ >> 237: @Test > > This file still has few more unintentional @Test tag followed by newline > changes. I fixed those, except for the ones that have a // comment in between @Test and the method. (Those were already there) ------------- PR: https://git.openjdk.java.net/jfx/pull/398