--- old/modules/javafx.controls/src/main/java/javafx/scene/control/TableColumnBase.java 2017-08-04 12:29:51.000000000 +1200 +++ new/modules/javafx.controls/src/main/java/javafx/scene/control/TableColumnBase.java 2017-08-04 12:29:51.000000000 +1200 @@ -79,7 +79,7 @@ *
  • Have a {@link #contextMenuProperty() context menu} when the user * right-clicks the column header area *
  • Have the contents of the table be sorted (using - * {@link #comparatorProperty() comparator}, {@link #sortable sortable} and + * {@link #comparatorProperty() comparator}, {@link #sortableProperty() sortable} and * sortType). * *