On Mon, 9 Jan 2023 22:49:43 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> Andy Goryachev has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - 8293119: added tree table view tests >> - 8293119: review comments > > modules/javafx.controls/src/test/java/test/javafx/scene/control/ResizeHelperTestBase.java > line 27: > >> 25: >> 26: package test.javafx.scene.control; >> 27: import static org.junit.Assert.assertTrue; > > Minor: add blank like before this line (to separate it from `package` > statement). done. ------------- PR: https://git.openjdk.org/jfx/pull/897