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.12 by jsr166, Tue Feb 5 17:49:18 2013 UTC vs.
Revision 1.13 by jsr166, Fri Feb 15 22:27:11 2013 UTC

# Line 755 | Line 755 | public class ParallelArray<T> extends Ab
755       * @param op the op
756       * @return operation prefix
757       */
758 <    public <U> ParallelArrayWithMapping<T, U> withMapping
758 >    public <U> ParallelArrayWithMapping<T,U> withMapping
759          (Op<? super T, ? extends U> op) {
760          return super.withMapping(op);
761      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines