--- old/modules/javafx.controls/src/main/java/javafx/scene/control/TableRow.java 2017-03-09 14:44:34.758173859 -0800 +++ new/modules/javafx.controls/src/main/java/javafx/scene/control/TableRow.java 2017-03-09 14:44:34.642173856 -0800 @@ -135,6 +135,7 @@ /** * The TableView associated with this Cell. + * @return the TableView associated with this Cell */ public final ReadOnlyObjectProperty> tableViewProperty() { return tableViewPropertyImpl().getReadOnlyProperty(); @@ -340,9 +341,10 @@ * Updates the TableView associated with this TableCell. This is typically * only done once when the TableCell is first added to the TableView. * - * @expert This function is intended to be used by experts, primarily + * Note: This function is intended to be used by experts, primarily * by those implementing new Skins. It is not common * for developers or designers to access this function directly. + * @param tv the TableView */ public final void updateTableView(TableView tv) { setTableView(tv);