Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8324219

Remove incorrect documentation from Animation methods

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • None
    • jfx21
    • javafx

      The `Animation` class states in the documentation of various methods that the method call would be asynchronous, using language similar to:

          {@code stop()} is an asynchronous call, the {@code Animation} may not stop immediately.

      This is factually wrong, there are no asynchronous calls. In fact, the methods in question can only be called on the JavaFX Application thread.

            mstrauss Michael Strauß
            mstrauss Michael Strauß
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: