JavaDoc example for PseudoClass has minor typo

XMLWordPrintable

    • b10
    • generic
    • generic

      The example code in the javadoc for PseudoClass has a period/dot separating parameters rather than a comma in the call to pseudoClassStateChanged:

             @Override protected void invalidated() {
                 pseudoClassStateChanged(MAGIC_PSEUDO_CLASS. get());
             }

      instead of:

             @Override protected void invalidated() {
                 pseudoClassStateChanged(MAGIC_PSEUDO_CLASS, get());
             }

            Assignee:
            Karthik P K
            Reporter:
            Scott Palmer
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: