--- old/modules/javafx.controls/src/main/java/javafx/scene/control/ListCell.java 2017-03-09 14:44:22.354173639 -0800 +++ new/modules/javafx.controls/src/main/java/javafx/scene/control/ListCell.java 2017-03-09 14:44:22.242173637 -0800 @@ -493,9 +493,10 @@ /** * Updates the ListView associated with this Cell. * - * @expert 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. + * 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 listView the ListView associated with this cell */ public final void updateListView(ListView listView) { setListView(listView);