--- old/modules/javafx.controls/src/main/java/javafx/scene/control/MenuButton.java 2017-03-09 14:44:23.850173665 -0800 +++ new/modules/javafx.controls/src/main/java/javafx/scene/control/MenuButton.java 2017-03-09 14:44:23.742173664 -0800 @@ -196,6 +196,7 @@ * and of course {@code Menu}, which if added to a menu, will become a sub * menu. {@link SeparatorMenuItem} is another commonly used Node in the Menu's items * ObservableList. + * @return the list of menu items within this buttons menu */ public final ObservableList getItems() { return items;