On Wed, 13 Oct 2021 21:25:43 GMT, Marius Hanl <mh...@openjdk.org> wrote:
>> Jeanette Winzenburg has updated the pull request incrementally with one >> additional commit since the last revision: >> >> fixed formatting as suggested in review >> >> and removed unused (by this fix) import in same file > > modules/javafx.controls/src/test/java/test/javafx/scene/control/TableCellTest.java > line 549: > >> 547: int editingRow = 1; >> 548: cell.updateIndex(editingRow); >> 549: TablePosition<?,?> editingCell = new TablePosition<>(table, >> editingRow, editingColumn); > > Minor: There is a space missing in `<?,?>` thanks :) ------------- PR: https://git.openjdk.java.net/jfx/pull/638