--- old/modules/javafx.graphics/src/main/java/javafx/scene/layout/Region.java 2019-02-13 15:42:09.980823200 +0200 +++ new/modules/javafx.graphics/src/main/java/javafx/scene/layout/Region.java 2019-02-13 15:42:09.558948800 +0200 @@ -646,8 +646,8 @@ /** * The top, right, bottom, and left padding around the region's content. * This space will be included in the calculation of the region's - * minimum and preferred sizes. By default padding is Insets.EMPTY. Setting the - * value to null should be avoided. + * minimum and preferred sizes. By default, padding is {@code Insets.EMPTY}. Setting the + * value to {@code null} should be avoided. */ private ObjectProperty padding = new StyleableObjectProperty(Insets.EMPTY) { // Keep track of the last valid value for the sake of