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

Typo in java.util.stream package description

XMLWordPrintable

    • b08
    • Not verified

      A DESCRIPTION OF THE PROBLEM :
       (Even if the language had a "parallel for-each" construct, the mutative accumulation approach would still required the developer to provide thread-safe updates to the shared accumulating variable sum, and the required synchronization would then likely eliminate any performance gain from parallelism.)


      Should be:


       (Even if the language had a "parallel for-each" construct, the mutative accumulation approach would have still required the developer to provide thread-safe updates to the shared accumulating variable sum, and the required synchronization would then likely eliminate any performance gain from parallelism.)


            smarks Stuart Marks
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: