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

javadoc typo in java.util.concurrent.Executor

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 8u31
    • 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.

              martin Martin Buchholz
              webbuggrp Webbug Group
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: