--- old/modules/javafx.graphics/src/main/java/javafx/scene/AccessibleAttribute.java 2017-08-04 12:30:08.000000000 +1200 +++ new/modules/javafx.graphics/src/main/java/javafx/scene/AccessibleAttribute.java 2017-08-04 12:30:07.000000000 +1200 @@ -376,7 +376,7 @@ /** * Returns the node that is the label for this node. - *

When {@link javafx.scene.control.Label#labelFor} is set, + *

When {@link javafx.scene.control.Label#labelForProperty() labelFor} is set, * the default implementation of {@code LABELED_BY} uses this * relationship to return the appropriate node to the screen * reader.