--- old/modules/javafx.controls/src/main/java/javafx/scene/control/Separator.java 2017-08-04 12:29:50.000000000 +1200 +++ new/modules/javafx.controls/src/main/java/javafx/scene/control/Separator.java 2017-08-04 12:29:49.000000000 +1200 @@ -49,7 +49,8 @@ * separator can be controlled via CSS. A horizontal separator occupies the * full horizontal space allocated to it (less padding), and a vertical * separator occupies the full vertical space allocated to it (less padding). - * The {@link #halignment} and {@link #valignment} properties determine how the + * The {@link #halignmentProperty() halignment} and {@link #valignmentProperty() valignment} + * properties determine how the * separator is positioned in the other dimension, for example, how a horizontal * separator is positioned vertically within its allocated space. *