--- old/modules/javafx.controls/src/main/java/javafx/scene/chart/CategoryAxis.java 2017-08-04 12:29:44.000000000 +1200 +++ new/modules/javafx.controls/src/main/java/javafx/scene/chart/CategoryAxis.java 2017-08-04 12:29:44.000000000 +1200 @@ -234,7 +234,6 @@ * Returns a {@link ObservableList} of categories plotted on this axis. * * @return ObservableList of categories for this axis. - * @see #categories */ public final ObservableList getCategories() { return categories.get();