< prev index next >

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

Print this page

        

@@ -638,11 +638,11 @@
     }
 
     /**
      * The status of the {@code Animation}.
      *
-     * In {@code Animation} can be in one of three states:
+     * An {@code Animation} can be in one of three states:
      * {@link Status#STOPPED}, {@link Status#PAUSED} or {@link Status#RUNNING}.
      */
     private ReadOnlyObjectProperty<Status> status;
     private static final Status DEFAULT_STATUS = Status.STOPPED;
 
< prev index next >