--- old/modules/javafx.controls/src/main/java/javafx/scene/control/MenuBar.java 2017-03-09 14:44:23.490173659 -0800 +++ new/modules/javafx.controls/src/main/java/javafx/scene/control/MenuBar.java 2017-03-09 14:44:23.366173657 -0800 @@ -139,6 +139,7 @@ * will throw a RuntimeException. Please use * bi-directional binding to this property instead. * + * @return the use system menu bar property * @since JavaFX 2.1 */ public final BooleanProperty useSystemMenuBarProperty() { @@ -190,6 +191,7 @@ /** * The menus to show within this MenuBar. If this ObservableList is modified at * runtime, the MenuBar will update as expected. + * @return the list of menus to show within this MenuBar * @see Menu */ public final ObservableList getMenus() {