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

JavaDoc example for PseudoClass has minor typo

    XMLWordPrintable

Details

    • b10
    • generic
    • generic

    Description

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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: