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

Comparing jsr166/src/test/tck/ConcurrentSkipListMapTest.java (file contents):
Revision 1.18 by jsr166, Wed Aug 25 00:07:03 2010 UTC vs.
Revision 1.19 by jsr166, Wed Sep 1 20:12:39 2010 UTC

# Line 1192 | Line 1192 | public class ConcurrentSkipListMapTest e
1192                  // BitSet should support this! Test would run much faster
1193                  while (key >= min) {
1194                      if (bs.get(key))
1195 <                        return(key);
1195 >                        return key;
1196                      key--;
1197                  }
1198                  return -1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines