--- old/modules/javafx.graphics/src/main/java/javafx/animation/TranslateTransition.java 2017-08-04 12:30:04.000000000 +1200 +++ new/modules/javafx.graphics/src/main/java/javafx/animation/TranslateTransition.java 2017-08-04 12:30:04.000000000 +1200 @@ -35,7 +35,7 @@ /** * This {@code Transition} creates a move/translate animation that spans its - * {@link #duration}. This is done by updating the {@code translateX}, + * {@link #durationProperty() duration}. This is done by updating the {@code translateX}, * {@code translateY} and {@code translateZ} variables of the {@code node} at * regular interval. *