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

Comparing jsr166/src/extra166y/PAS.java (file contents):
Revision 1.8 by dl, Tue May 25 20:31:48 2010 UTC vs.
Revision 1.9 by jsr166, Wed Sep 1 06:41:54 2010 UTC

# Line 2352 | Line 2352 | class PAS {
2352                  }
2353                  else break;
2354              }
2355 <            
2355 >
2356              if (sameLefts && right == hi - 1)
2357                  return;
2358              if (left - lo <= hi - right) {
# Line 2529 | Line 2529 | class PAS {
2529                  }
2530                  else break;
2531              }
2532 <            
2532 >
2533              if (sameLefts && right == hi - 1)
2534                  return;
2535              if (left - lo <= hi - right) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines