javadoc typo in java.util.concurrent.Executor

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 8u31
    • Component/s: core-libs

        FULL PRODUCT VERSION :


        A DESCRIPTION OF THE PROBLEM :
        In java.util.concurrent.Executor, the code in the phrase:
        For example, rather than invoking new Thread(new(RunnableTask())).start() for each of a set of tasks

        contains 2 erroneous parentheses & should be:
        new Thread(new RunnableTask()).start()



        REPRODUCIBILITY :
        This bug can be reproduced always.

              Assignee:
              Martin Buchholz
              Reporter:
              Webbug Group
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: