< prev index next >

modules/javafx.graphics/src/main/java/javafx/animation/PauseTransition.java

Print this page
rev 10598 : 8185767: Fix broken links in Javadocs

@@ -29,11 +29,11 @@
 import javafx.beans.property.ObjectPropertyBase;
 import javafx.util.Duration;
 
 /**
  * This {@code Transition} executes an {@link Animation#onFinished} at the end of its
- * {@link #duration}.
+ * {@link #durationProperty() duration}.
  *
  * <p>
  * Code Segment Example:
  * </p>
  *
< prev index next >