--- old/modules/javafx.controls/src/main/java/javafx/scene/control/TextArea.java 2017-03-09 14:44:35.882173878 -0800 +++ new/modules/javafx.controls/src/main/java/javafx/scene/control/TextArea.java 2017-03-09 14:44:35.774173877 -0800 @@ -460,6 +460,8 @@ /** * Returns an unmodifiable list of the character sequences that back the * text area's content. + * @return an unmodifiable list of the character sequences that back the + * text area's content */ public ObservableList getParagraphs() { return ((TextAreaContent)getContent()).paragraphList;