--- old/modules/javafx.controls/src/main/java/javafx/scene/control/ButtonType.java 2017-03-09 14:44:14.758173505 -0800 +++ new/modules/javafx.controls/src/main/java/javafx/scene/control/ButtonType.java 2017-03-09 14:44:14.638173502 -0800 @@ -146,11 +146,13 @@ /** * Returns the ButtonData specified for this ButtonType in the constructor. + * @return the ButtonData specified for this ButtonType in the constructor */ public final ButtonData getButtonData() { return this.buttonData; } /** - * Returns the text specified for this ButtonType in the constructor; + * Returns the text specified for this ButtonType in the constructor. + * @return the text specified for this ButtonType in the constructor */ public final String getText() { if (text == null && key != null) {