On Tue, 23 Jun 2020 10:02:17 GMT, Ajit Ghaisas <aghai...@openjdk.org> wrote:
>> Ambarish Rapte has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Remove the un-required flag > > modules/javafx.controls/src/main/java/javafx/scene/control/TreeTablePosition.java > line 79: > >> 78: } >> 79: >> 80: // Copy-like constructor with a different row. > > Suggest to add > // Not public API > before this description. > > (Similar to the constructor above this newly added constructor) Corrected in the next commit. ------------- PR: https://git.openjdk.java.net/jfx/pull/244