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

[JAVADOC] Miscellaneous typos in Task API

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 8u60
    • 8u25
    • javafx

      https://docs.oracle.com/javase/8/javafx/api/javafx/concurrent/Service.html
      1) "manging" should be "managing"

      https://docs.oracle.com/javase/8/javafx/api/javafx/concurrent/Task.html
      2) "lets" should be "let's"
      3) the line
      customer.setF setFirstName(rs.getString("FirstName"));
      should be
      customer.setFirstName(rs.getString("FirstName"));

            kcr Kevin Rushforth
            avanelverjfx Anthony Vanelverdinghe (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: