Spelling error in javafx.beans.InvalidationListener

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • None
    • Affects Version/s: 8, 9, 10
    • Component/s: javafx
    • x86_64
    • generic

      A DESCRIPTION OF THE PROBLEM :
      The javadoc for the method invalidated(...) in the javafx.beans.InvalidationListener states:

      This method needs to be provided by an implementation of InvalidationListener. It is called if an Observable becomes invalid.
      In general is is considered bad practice to modify the observed value in this method.
                       ^
      There should be an "it" in there, rather than an "is".

      https://docs.oracle.com/javase/10/docs/api/javafx/beans/InvalidationListener.html


            Assignee:
            Unassigned
            Reporter:
            Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: