RFR: 8193800: TreeTableView selection changes on sorting [v5]

Ambarish Rapte arapte at openjdk.java.net
Wed Jun 24 09:56:13 UTC 2020


On Tue, 23 Jun 2020 10:02:17 GMT, Ajit Ghaisas <aghaisas at 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


More information about the openjfx-dev mailing list