[JAVADOC] Miscellaneous typos in Task API

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 8u60
    • Affects Version/s: 8u25
    • Component/s: 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"));

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

              Created:
              Updated:
              Resolved:
              Imported: