--- old/modules/javafx.controls/src/main/java/javafx/scene/control/cell/PropertyValueFactory.java 2017-08-04 12:29:58.000000000 +1200 +++ new/modules/javafx.controls/src/main/java/javafx/scene/control/cell/PropertyValueFactory.java 2017-08-04 12:29:57.000000000 +1200 @@ -80,7 +80,7 @@ *

* *

For reference (and as noted in the TableColumn - * {@link TableColumn#cellValueFactory cell value factory} documentation), the + * {@link TableColumn#cellValueFactoryProperty()} cell value factory} documentation), the * long form of the code above would be the following: *

*