< prev index next >

modules/javafx.controls/src/main/java/javafx/scene/chart/CategoryAxis.java

Print this page
rev 10598 : 8185767: Fix broken links in Javadocs

@@ -232,11 +232,10 @@
     }
     /**
      * Returns a {@link ObservableList} of categories plotted on this axis.
      *
      * @return ObservableList of categories for this axis.
-     * @see #categories
      */
     public final ObservableList<String> getCategories() {
         return categories.get();
     }
 
< prev index next >