ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/extra166y/ParallelArray.java
(Generate patch)

Comparing jsr166/src/extra166y/ParallelArray.java (file contents):
Revision 1.9 by jsr166, Wed Jan 16 00:51:11 2013 UTC vs.
Revision 1.10 by jsr166, Sun Jan 20 04:43:06 2013 UTC

# Line 532 | Line 532 | public class ParallelArray<T> extends Ab
532       * @return the total reduction
533       */
534      public T precumulate(Reducer<T> reducer, T base) {
535 <        return (T)(super.precumulate(reducer, base));
535 >        return super.precumulate(reducer, base);
536      }
537  
538      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines