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

Comparing jsr166/src/extra166y/ParallelLongArrayWithFilter.java (file contents):
Revision 1.5 by jsr166, Fri Apr 15 15:48:31 2011 UTC vs.
Revision 1.6 by jsr166, Mon Dec 5 04:08:47 2011 UTC

# Line 30 | Line 30 | public abstract class ParallelLongArrayW
30       * @param op the op
31       * @return this (to simplify use in expressions)
32       */
33 <    public ParallelLongArrayWithFilter replaceWithMapping(LongOp  op) {
33 >    public ParallelLongArrayWithFilter replaceWithMapping(LongOp op) {
34          ex.invoke(new PAS.FJLTransform
35                    (this, origin, fence, null, op));
36          return this;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines