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

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());
             }

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

              Created:
              Updated:
              Resolved: