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

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

# Line 992 | Line 992 | public class TreeMapTest extends JSR166T
992                  // BitSet should support this! Test would run much faster
993                  while (key >= min) {
994                      if (bs.get(key))
995 <                        return(key);
995 >                        return key;
996                      key--;
997                  }
998                  return -1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines