--- old/modules/javafx.controls/src/main/java/javafx/scene/control/cell/PropertyValueFactory.java 2017-03-09 14:44:47.850174090 -0800 +++ new/modules/javafx.controls/src/main/java/javafx/scene/control/cell/PropertyValueFactory.java 2017-03-09 14:44:47.738174088 -0800 @@ -57,7 +57,8 @@ * (which is the class type of the TableView * {@link TableView#itemsProperty() items} list). Additionally, this method must * return a {@link Property} instance. If a method meeting these requirements - * is found, then the {@link TableCell} is populated with this ObservableValue. + * is found, then the {@link TableCell} is populated with this + * {@literal ObservableValue}. * In addition, the TableView will automatically add an observer to the * returned value, such that any changes fired will be observed by the TableView, * resulting in the cell immediately updating. @@ -121,6 +122,7 @@ /** * Returns the property name provided in the constructor. + * @return the property name provided in the constructor */ public final String getProperty() { return property; }